Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dsyncookies.c283 treq->txhash = net_tx_rndhash(); in cookie_tcp_reqsk_init()
H A Dtcp_input.c7720 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_conn_request()
/linux/include/net/
H A Dsock.h2163 static inline u32 net_tx_rndhash(void) in net_tx_rndhash() function
2173 WRITE_ONCE(sk->sk_txhash, net_tx_rndhash()); in sk_set_txhash()