Searched defs:bpf_sock (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6408 struct bpf_sock { global() struct 6409 bound_dev_ifbpf_sock global() argument 6410 familybpf_sock global() argument 6411 typebpf_sock global() argument 6412 protocolbpf_sock global() argument 6413 markbpf_sock global() argument 6414 prioritybpf_sock global() argument 6416 src_ip4bpf_sock global() argument 6417 src_ip6bpf_sock global() argument 6418 src_portbpf_sock global() argument 6419 dst_portbpf_sock global() argument 6421 dst_ip4bpf_sock global() argument 6422 dst_ip6bpf_sock global() argument 6423 statebpf_sock global() argument 6424 rx_queue_mappingbpf_sock global() argument [all...] |
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6408 struct bpf_sock { global() struct 6409 bound_dev_ifbpf_sock global() argument 6410 familybpf_sock global() argument 6411 typebpf_sock global() argument 6412 protocolbpf_sock global() argument 6413 markbpf_sock global() argument 6414 prioritybpf_sock global() argument 6416 src_ip4bpf_sock global() argument 6417 src_ip6bpf_sock global() argument 6418 src_portbpf_sock global() argument 6419 dst_portbpf_sock global() argument 6421 dst_ip4bpf_sock global() argument 6422 dst_ip6bpf_sock global() argument 6423 statebpf_sock global() argument 6424 rx_queue_mappingbpf_sock global() argument [all...] |
| /linux/net/core/ |
| H A D | filter.c | 5598 static bool is_locked_tcp_sock_ops(struct bpf_sock_ops_kern *bpf_sock) in is_locked_tcp_sock_ops() 5821 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5841 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5909 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5951 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 7766 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7847 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7925 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
|