Searched refs:ipv6_local_rxpmtu (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_output.c | 34 ipv6_local_rxpmtu(sk, &fl6, mtu); in xfrm6_local_rxpmtu()
|
H A D | datagram.c | 378 void ipv6_local_rxpmtu(struct sock *sk, struct flowi6 *fl6, u32 mtu) in ipv6_local_rxpmtu() function
|
H A D | ip6_output.c | 1529 ipv6_local_rxpmtu(sk, fl6, mtu - headersize + in __ip6_append_data()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | xfrm6_output.c | 27 ipv6_local_rxpmtu(sk, &fl6, mtu); in xfrm6_local_rxpmtu()
|
H A D | datagram.c | 385 void ipv6_local_rxpmtu(struct sock *sk, struct flowi6 *fl6, u32 mtu) in ipv6_local_rxpmtu() function
|
H A D | ip6_output.c | 1541 ipv6_local_rxpmtu(sk, fl6, mtu - headersize + in __ip6_append_data()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 1106 void ipv6_local_rxpmtu(struct sock *sk, struct flowi6 *fl6, u32 mtu);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 1219 void ipv6_local_rxpmtu(struct sock *sk, struct flowi6 *fl6, u32 mtu);
|
Completed in 13 milliseconds