Searched refs:skc_dport (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | bpf_tracing_net.h | 108 #define inet_dport sk.__sk_common.skc_dport 115 #define ir_rmt_port req.__req_common.skc_dport 120 #define sk_dport __sk_common.skc_dport 136 #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/include/net/ |
| A D | inet_timewait_sock.h | 55 #define tw_dport __tw_common.skc_dport
|
| A D | inet_sock.h | 73 #define ir_rmt_port req.__req_common.skc_dport 219 #define inet_dport sk.__sk_common.skc_dport
|
| A D | sock.h | 166 __be16 skc_dport; member 361 #define sk_dport __sk_common.skc_dport
|
| /linux/net/core/ |
| A D | filter.c | 9825 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in bpf_convert_ctx_access() 9832 skc_dport, in bpf_convert_ctx_access() 10047 BPF_FIELD_SIZEOF(struct sock_common, skc_dport), in bpf_sock_convert_ctx_access() 10049 bpf_target_off(struct sock_common, skc_dport, in bpf_sock_convert_ctx_access() 10051 skc_dport), in bpf_sock_convert_ctx_access() 10572 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in sock_ops_convert_ctx_access() 10579 offsetof(struct sock_common, skc_dport)); in sock_ops_convert_ctx_access() 10962 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_dport) != 2); in sk_msg_convert_ctx_access() 10969 offsetof(struct sock_common, skc_dport)); in sk_msg_convert_ctx_access()
|
| /linux/net/mptcp/ |
| A D | pm_netlink.c | 101 addr->port = skc->skc_dport; in remote_address()
|
Completed in 68 milliseconds