Searched refs:skc_dport (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | bpf_tracing_net.h | 72 #define inet_dport sk.__sk_common.skc_dport 77 #define ir_rmt_port req.__req_common.skc_dport 82 #define sk_dport __sk_common.skc_dport 96 #define tw_dport __tw_common.skc_dport
|
A D | test_tcp_estats.c | 66 __be16 skc_dport; member 84 #define inet_dport sk.__sk_common.skc_dport
|
/linux-6.3-rc2/include/net/ |
A D | inet_sock.h | 73 #define ir_rmt_port req.__req_common.skc_dport 217 #define inet_dport sk.__sk_common.skc_dport
|
A D | inet_timewait_sock.h | 55 #define tw_dport __tw_common.skc_dport
|
A D | sock.h | 179 __be16 skc_dport; member 375 #define sk_dport __sk_common.skc_dport
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 9549 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in bpf_convert_ctx_access() 9556 skc_dport, in bpf_convert_ctx_access() 9771 BPF_FIELD_SIZEOF(struct sock_common, skc_dport), in bpf_sock_convert_ctx_access() 9773 bpf_target_off(struct sock_common, skc_dport, in bpf_sock_convert_ctx_access() 9775 skc_dport), in bpf_sock_convert_ctx_access() 10293 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in sock_ops_convert_ctx_access() 10300 offsetof(struct sock_common, skc_dport)); in sock_ops_convert_ctx_access() 10684 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in sk_msg_convert_ctx_access() 10691 offsetof(struct sock_common, skc_dport)); in sk_msg_convert_ctx_access()
|
/linux-6.3-rc2/net/mptcp/ |
A D | pm_netlink.c | 106 addr->port = skc->skc_dport; in remote_address()
|
Completed in 36 milliseconds