Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c66 __be16 skc_dport; member
84 #define inet_dport sk.__sk_common.skc_dport
/Linux-v5.4/include/net/
Dinet_sock.h73 #define ir_rmt_port req.__req_common.skc_dport
204 #define inet_dport sk.__sk_common.skc_dport
Dinet_timewait_sock.h55 #define tw_dport __tw_common.skc_dport
Dsock.h166 __be16 skc_dport; member
343 #define sk_dport __sk_common.skc_dport
/Linux-v5.4/net/core/
Dfilter.c7499 BUILD_BUG_ON(FIELD_SIZEOF(struct sock_common, skc_dport) != 2); in bpf_convert_ctx_access()
7506 skc_dport, in bpf_convert_ctx_access()
7719 BPF_FIELD_SIZEOF(struct sock_common, skc_dport), in bpf_sock_convert_ctx_access()
7721 bpf_target_off(struct sock_common, skc_dport, in bpf_sock_convert_ctx_access()
7723 skc_dport), in bpf_sock_convert_ctx_access()
8158 BUILD_BUG_ON(FIELD_SIZEOF(struct sock_common, skc_dport) != 2); in sock_ops_convert_ctx_access()
8165 offsetof(struct sock_common, skc_dport)); in sock_ops_convert_ctx_access()
8433 BUILD_BUG_ON(FIELD_SIZEOF(struct sock_common, skc_dport) != 2); in sk_msg_convert_ctx_access()
8440 offsetof(struct sock_common, skc_dport)); in sk_msg_convert_ctx_access()