OSDN Git Service

gtp: use skb_dst_update_pmtu_no_confirm() instead of direct call
authorGyeongun Kang <kyeongun15@gmail.com>
Wed, 6 Oct 2021 03:57:39 +0000 (03:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Oct 2021 14:19:37 +0000 (15:19 +0100)
commit5b71131b795f3e1a0896bf0514fa9f9047d6a077
tree9e9c891f287b44a2d0f5e093ab8443409c2c930f
parentfe5d8bd3d3ea7422b8ae8f1863ac2ab06998947a
gtp: use skb_dst_update_pmtu_no_confirm() instead of direct call

skb_dst_update_pmtu_no_confirm() is a just wrapper function of
->update_pmtu(). So, it doesn't change logic

Signed-off-by: Gyeongun Kang <kyeongun15@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gtp.c