Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dsyncookies.c217 treq->txhash = net_tx_rndhash(); in cookie_v6_check()
/openbmc/linux/net/ipv4/
H A Dsyncookies.c376 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
H A Dtcp_output.c4263 WRITE_ONCE(tcp_rsk(req)->txhash, net_tx_rndhash()); in tcp_rtx_synack()
H A Dtcp_input.c7173 tcp_rsk(req)->txhash = net_tx_rndhash(); in tcp_conn_request()
/openbmc/linux/include/net/
H A Dsock.h2152 static inline u32 net_tx_rndhash(void) in net_tx_rndhash() function
2162 WRITE_ONCE(sk->sk_txhash, net_tx_rndhash()); in sk_set_txhash()