Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1541 inet_sk_rx_dst_set(newsk, skb); in tcp_v4_syn_recv_sock()
2166 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb) in inet_sk_rx_dst_set() function
2175 EXPORT_SYMBOL(inet_sk_rx_dst_set);
2181 .sk_rx_dst_set = inet_sk_rx_dst_set,
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h464 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c1905 .sk_rx_dst_set = inet_sk_rx_dst_set,