Searched refs:tuple__sz (Results 1 – 1 of 1) sorted by relevance
/linux/net/netfilter/ |
H A D | nf_conntrack_bpf.c | 41 * -EAFNOSUPPORT - tuple__sz isn't one of sizeof(tuple->ipv4) 284 * @tuple__sz - Length of the tuple structure 294 u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) in bpf_xdp_ct_alloc() argument 299 nfct = __bpf_nf_ct_alloc_entry(dev_net(ctx->rxq->dev), bpf_tuple, tuple__sz, in bpf_xdp_ct_alloc() 318 * @tuple__sz - Length of the tuple structure 328 u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) in bpf_xdp_ct_lookup() argument 335 nfct = __bpf_nf_ct_lookup(caller_net, bpf_tuple, tuple__sz, opts, opts__sz); in bpf_xdp_ct_lookup() 351 * @tuple__sz - Length of the tuple structure 361 u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) in bpf_skb_ct_alloc() argument 368 nfct = __bpf_nf_ct_alloc_entry(net, bpf_tuple, tuple__sz, opt in bpf_skb_ct_alloc() 396 bpf_skb_ct_lookup(struct __sk_buff * skb_ctx,struct bpf_sock_tuple * bpf_tuple,u32 tuple__sz,struct bpf_ct_opts * opts,u32 opts__sz) bpf_skb_ct_lookup() argument [all...] |