Searched refs:inet_sk_rx_dst_set (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 1556 inet_sk_rx_dst_set(newsk, skb); in tcp_v4_syn_recv_sock() 2182 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb) in inet_sk_rx_dst_set() function 2191 EXPORT_SYMBOL(inet_sk_rx_dst_set); variable 2197 .sk_rx_dst_set = inet_sk_rx_dst_set,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 1582 inet_sk_rx_dst_set(newsk, skb); in tcp_v4_syn_recv_sock() 2244 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb) in inet_sk_rx_dst_set() function 2253 EXPORT_SYMBOL(inet_sk_rx_dst_set); variable 2259 .sk_rx_dst_set = inet_sk_rx_dst_set,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 461 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 1907 .sk_rx_dst_set = inet_sk_rx_dst_set,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 480 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb);
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 1921 .sk_rx_dst_set = inet_sk_rx_dst_set,
|
Completed in 21 milliseconds