Home
last modified time | relevance | path

Searched refs:inet_sk_rx_dst_set (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dtcp_ipv4.c1768 inet_sk_rx_dst_set(newsk, skb);
2446 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb) function
2455 EXPORT_SYMBOL(inet_sk_rx_dst_set);
2461 .sk_rx_dst_set = inet_sk_rx_dst_set,
/linux/net/ipv6/
H A Dtcp_ipv6.c2092 .sk_rx_dst_set = inet_sk_rx_dst_set,
/linux/include/net/
H A Dtcp.h484 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb);