Home
last modified time | relevance | path

Searched refs:sk_txhash (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c101 skops->sk_txhash = 0x12345f; in bpf_testcb()
/linux/net/ipv4/
H A Dtcp_minisocks.c353 tw->tw_txhash = sk->sk_txhash; in tcp_time_wait()
590 newsk->sk_txhash = READ_ONCE(treq->txhash); in tcp_create_openreq_child()
H A Dtcp_ipv4.c881 inet_twsk(sk)->tw_txhash : sk->sk_txhash; in tcp_v4_send_reset()
/linux/net/ipv6/
H A Dtcp_ipv6.c286 ip6_ecmp_set_mp_hash(net, fl6, sk->sk_txhash); in tcp_v6_connect()
1114 txhash = sk->sk_txhash; in tcp_v6_send_reset()
/linux/tools/include/uapi/linux/
H A Dbpf.h7054 __u32 sk_txhash; member
/linux/include/uapi/linux/
H A Dbpf.h7054 __u32 sk_txhash; member
/linux/net/core/
H A Dfilter.c9720 case offsetof(struct bpf_sock_ops, sk_txhash): in sock_ops_is_valid_access()
11127 case offsetof(struct bpf_sock_ops, sk_txhash): in sock_ops_convert_ctx_access()
11128 SOCK_OPS_GET_OR_SET_FIELD(sk_txhash, sk_txhash, in sock_ops_convert_ctx_access()
H A Dsock.c4606 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_tx, sk_txhash); in sock_struct_check()