Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_timewait_sock.h50 #define tw_hash __tw_common.skc_hash
H A Dsock.h110 * @skc_hash: hash value used with various protocol lookup tables
159 unsigned int skc_hash; member
367 #define sk_hash __sk_common.skc_hash
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_qdisc_fq.c290 hash = sk->__sk_common.skc_hash; in fq_classify()