Home
last modified time | relevance | path

Searched refs:sk_rx_dst_set (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Dinet_connection_sock.h42 void (*sk_rx_dst_set)(struct sock *sk, const struct sk_buff *skb); member
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1577 .sk_rx_dst_set = inet6_sk_rx_dst_set,
1609 .sk_rx_dst_set = inet_sk_rx_dst_set,
/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c1743 .sk_rx_dst_set = inet_sk_rx_dst_set,
Dtcp_input.c5234 inet_csk(sk)->icsk_af_ops->sk_rx_dst_set(sk, skb); in tcp_rcv_established()
5431 icsk->icsk_af_ops->sk_rx_dst_set(sk, skb); in tcp_finish_connect()