Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c1278 inet_sk_rx_dst_set(newsk, skb); in tcp_v4_syn_recv_sock()
1728 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb) in inet_sk_rx_dst_set() function
1737 EXPORT_SYMBOL(inet_sk_rx_dst_set);
1743 .sk_rx_dst_set = inet_sk_rx_dst_set,
/linux-4.4.14/include/net/
Dtcp.h474 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb);
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1609 .sk_rx_dst_set = inet_sk_rx_dst_set,