Searched refs:sk_reuseport_kern (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/net/core/ |
| D | filter.c | 7061 struct sk_reuseport_kern { struct 7071 static void bpf_init_reuseport_kern(struct sk_reuseport_kern *reuse_kern, in bpf_init_reuseport_kern() argument 7089 struct sk_reuseport_kern reuse_kern; in bpf_run_sk_reuseport() 7101 BPF_CALL_4(sk_select_reuseport, struct sk_reuseport_kern *, reuse_kern, in BPF_CALL_4() argument 7157 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_4() argument 7174 const struct sk_reuseport_kern *, reuse_kern, u32, offset, in BPF_CALL_5() argument 7249 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct sk_reuseport_kern, F), \ 7251 bpf_target_off(struct sk_reuseport_kern, F, \ 7252 FIELD_SIZEOF(struct sk_reuseport_kern, F), \ 7257 SOCK_ADDR_LOAD_NESTED_FIELD(struct sk_reuseport_kern, \ [all …]
|