Home
last modified time | relevance | path

Searched refs:sock_rps_save_rxhash (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/ipv4/
Dsyncookies.c230 sock_rps_save_rxhash(child, skb); in tcp_get_cookie_sock()
Dtcp_minisocks.c773 sock_rps_save_rxhash(child, skb); in tcp_check_req()
Dtcp_ipv4.c1381 sock_rps_save_rxhash(sk, skb); in tcp_v4_do_rcv()
1403 sock_rps_save_rxhash(nsk, skb); in tcp_v4_do_rcv()
1412 sock_rps_save_rxhash(sk, skb); in tcp_v4_do_rcv()
Dudp.c1466 sock_rps_save_rxhash(sk, skb); in __udp_queue_rcv_skb()
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1228 sock_rps_save_rxhash(sk, skb); in tcp_v6_do_rcv()
1254 sock_rps_save_rxhash(nsk, skb); in tcp_v6_do_rcv()
1263 sock_rps_save_rxhash(sk, skb); in tcp_v6_do_rcv()
Dudp.c590 sock_rps_save_rxhash(sk, skb); in __udpv6_queue_rcv_skb()
/linux-4.4.14/include/net/
Dsock.h897 static inline void sock_rps_save_rxhash(struct sock *sk, in sock_rps_save_rxhash() function