Searched defs:bpf_tuple (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/net/netfilter/ |
D | nf_conntrack_bpf.c | 60 static int bpf_nf_ct_tuple_parse(struct bpf_sock_tuple *bpf_tuple, in bpf_nf_ct_tuple_parse() 101 __bpf_nf_ct_alloc_entry(struct net *net, struct bpf_sock_tuple *bpf_tuple, in __bpf_nf_ct_alloc_entry() 148 struct bpf_sock_tuple *bpf_tuple, in __bpf_nf_ct_lookup() 256 bpf_xdp_ct_alloc(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_xdp_ct_alloc() 290 bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_xdp_ct_lookup() 323 bpf_skb_ct_alloc(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_skb_ct_alloc() 358 bpf_skb_ct_lookup(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_skb_ct_lookup()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_bpf_nf.c | 71 struct bpf_sock_tuple bpf_tuple; in nf_ct_test() local
|