/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6392 struct bpf_sock { global() struct 6393 bound_dev_ifbpf_sock global() argument 6394 familybpf_sock global() argument 6395 typebpf_sock global() argument 6396 protocolbpf_sock global() argument 6397 markbpf_sock global() argument 6398 prioritybpf_sock global() argument 6400 src_ip4bpf_sock global() argument 6401 src_ip6bpf_sock global() argument 6402 src_portbpf_sock global() argument 6403 dst_portbpf_sock global() argument 6405 dst_ip4bpf_sock global() argument 6406 dst_ip6bpf_sock global() argument 6407 statebpf_sock global() argument 6408 rx_queue_mappingbpf_sock global() argument [all...] |
/linux/include/uapi/linux/ |
H A D | bpf.h | 6392 struct bpf_sock { global() struct 6393 bound_dev_ifbpf_sock global() argument 6394 familybpf_sock global() argument 6395 typebpf_sock global() argument 6396 protocolbpf_sock global() argument 6397 markbpf_sock global() argument 6398 prioritybpf_sock global() argument 6400 src_ip4bpf_sock global() argument 6401 src_ip6bpf_sock global() argument 6402 src_portbpf_sock global() argument 6403 dst_portbpf_sock global() argument 6405 dst_ip4bpf_sock global() argument 6406 dst_ip6bpf_sock global() argument 6407 statebpf_sock global() argument 6408 rx_queue_mappingbpf_sock global() argument [all...] |
/linux/net/core/ |
H A D | filter.c | 5574 is_locked_tcp_sock_ops(struct bpf_sock_ops_kern * bpf_sock) is_locked_tcp_sock_ops() argument 5726 BPF_CALL_5(bpf_sock_ops_setsockopt,struct bpf_sock_ops_kern *,bpf_sock,int,level,int,optname,char *,optval,int,optlen) BPF_CALL_5() argument 5746 bpf_sock_ops_get_syn(struct bpf_sock_ops_kern * bpf_sock,int optname,const u8 ** start) bpf_sock_ops_get_syn() argument 5814 BPF_CALL_5(bpf_sock_ops_getsockopt,struct bpf_sock_ops_kern *,bpf_sock,int,level,int,optname,char *,optval,int,optlen) BPF_CALL_5() argument 5856 BPF_CALL_2(bpf_sock_ops_cb_flags_set,struct bpf_sock_ops_kern *,bpf_sock,int,argval) BPF_CALL_2() argument 7666 BPF_CALL_4(bpf_sock_ops_load_hdr_opt,struct bpf_sock_ops_kern *,bpf_sock,void *,search_res,u32,len,u64,flags) BPF_CALL_4() argument 7747 BPF_CALL_4(bpf_sock_ops_store_hdr_opt,struct bpf_sock_ops_kern *,bpf_sock,const void *,from,u32,len,u64,flags) BPF_CALL_4() argument 7825 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt,struct bpf_sock_ops_kern *,bpf_sock,u32,len,u64,flags) BPF_CALL_3() argument [all...] |