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.c1730 inet_sk_rx_dst_set(newsk, skb);
2417 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb) function
2426 EXPORT_IPV6_MOD(inet_sk_rx_dst_set);
2432 .sk_rx_dst_set = inet_sk_rx_dst_set,
/linux/net/ipv6/
H A Dtcp_ipv6.c2043 .sk_rx_dst_set = inet_sk_rx_dst_set,
/linux/include/net/
H A Dtcp.h569 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb);