Searched refs:skc_dport (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H 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 97 #define tw_dport __tw_common.skc_dport
|
H A D | test_tcp_estats.c | 66 __be16 skc_dport; member 84 #define inet_dport sk.__sk_common.skc_dport
|
/openbmc/linux/include/net/ |
H A D | inet_sock.h | 73 #define ir_rmt_port req.__req_common.skc_dport 218 #define inet_dport sk.__sk_common.skc_dport
|
H A D | inet_timewait_sock.h | 55 #define tw_dport __tw_common.skc_dport
|
H A D | sock.h | 179 __be16 skc_dport; member 376 #define sk_dport __sk_common.skc_dport
|
/openbmc/linux/net/core/ |
H A D | filter.c | 9769 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in bpf_convert_ctx_access() 9776 skc_dport, in bpf_convert_ctx_access() 9991 BPF_FIELD_SIZEOF(struct sock_common, skc_dport), in bpf_sock_convert_ctx_access() 9993 bpf_target_off(struct sock_common, skc_dport, in bpf_sock_convert_ctx_access() 9995 skc_dport), in bpf_sock_convert_ctx_access() 10516 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in sock_ops_convert_ctx_access() 10523 offsetof(struct sock_common, skc_dport)); in sock_ops_convert_ctx_access() 10906 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in sk_msg_convert_ctx_access() 10913 offsetof(struct sock_common, skc_dport)); in sk_msg_convert_ctx_access()
|
/openbmc/linux/net/mptcp/ |
H A D | pm_netlink.c | 106 addr->port = skc->skc_dport; in remote_address()
|