Searched refs:skc_dport (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/progs/ |
| D | bpf_tracing_net.h | 34 #define inet_dport sk.__sk_common.skc_dport 39 #define ir_rmt_port req.__req_common.skc_dport 44 #define sk_dport __sk_common.skc_dport 56 #define tw_dport __tw_common.skc_dport
|
| D | test_tcp_estats.c | 66 __be16 skc_dport; member 84 #define inet_dport sk.__sk_common.skc_dport
|
| /Linux-v5.15/include/net/ |
| D | inet_sock.h | 73 #define ir_rmt_port req.__req_common.skc_dport 204 #define inet_dport sk.__sk_common.skc_dport
|
| D | inet_timewait_sock.h | 55 #define tw_dport __tw_common.skc_dport
|
| D | sock.h | 182 __be16 skc_dport; member 372 #define sk_dport __sk_common.skc_dport
|
| /Linux-v5.15/net/core/ |
| D | filter.c | 8813 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in bpf_convert_ctx_access() 8820 skc_dport, in bpf_convert_ctx_access() 9028 BPF_FIELD_SIZEOF(struct sock_common, skc_dport), in bpf_sock_convert_ctx_access() 9030 bpf_target_off(struct sock_common, skc_dport, in bpf_sock_convert_ctx_access() 9032 skc_dport), in bpf_sock_convert_ctx_access() 9553 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in sock_ops_convert_ctx_access() 9560 offsetof(struct sock_common, skc_dport)); in sock_ops_convert_ctx_access() 9879 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in sk_msg_convert_ctx_access() 9886 offsetof(struct sock_common, skc_dport)); in sk_msg_convert_ctx_access()
|
| /Linux-v5.15/net/mptcp/ |
| D | pm_netlink.c | 116 addr->port = skc->skc_dport; in remote_address()
|