Searched refs:sock_common (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/core/ |
D | filter.c | 5934 BUILD_BUG_ON(FIELD_SIZEOF(struct sock_common, skc_family) != 2); in bpf_convert_ctx_access() 5940 bpf_target_off(struct sock_common, in bpf_convert_ctx_access() 5945 BUILD_BUG_ON(FIELD_SIZEOF(struct sock_common, skc_daddr) != 4); in bpf_convert_ctx_access() 5951 bpf_target_off(struct sock_common, in bpf_convert_ctx_access() 5956 BUILD_BUG_ON(FIELD_SIZEOF(struct sock_common, in bpf_convert_ctx_access() 5963 bpf_target_off(struct sock_common, in bpf_convert_ctx_access() 5970 BUILD_BUG_ON(FIELD_SIZEOF(struct sock_common, in bpf_convert_ctx_access() 5980 offsetof(struct sock_common, in bpf_convert_ctx_access() 5990 BUILD_BUG_ON(FIELD_SIZEOF(struct sock_common, in bpf_convert_ctx_access() 6000 offsetof(struct sock_common, in bpf_convert_ctx_access() [all …]
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_tcp_estats.c | 54 struct sock_common { struct 75 struct sock_common __sk_common; argument
|
/Linux-v4.19/include/net/ |
D | inet_timewait_sock.h | 42 struct sock_common __tw_common;
|
D | request_sock.h | 51 struct sock_common __req_common;
|
D | sock.h | 152 struct sock_common { struct 331 struct sock_common __sk_common;
|