Home
last modified time | relevance | path

Searched defs:bpf_tuple (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/net/netfilter/
Dnf_conntrack_bpf.c60 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/
Dtest_bpf_nf.c71 struct bpf_sock_tuple bpf_tuple; in nf_ct_test() local