Searched refs:bpf_xfrm_state (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c943 struct bpf_xfrm_state x;
/linux-master/include/uapi/linux/
H A Dbpf.h3278 * long bpf_skb_get_xfrm_state(struct sk_buff *skb, u32 index, struct bpf_xfrm_state *xfrm_state, u32 size, u64 flags)
3283 * The retrieved value is stored in the **struct bpf_xfrm_state**
6278 struct bpf_xfrm_state { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h3278 * long bpf_skb_get_xfrm_state(struct sk_buff *skb, u32 index, struct bpf_xfrm_state *xfrm_state, u32 size, u64 flags)
3283 * The retrieved value is stored in the **struct bpf_xfrm_state**
6278 struct bpf_xfrm_state { struct
/linux-master/net/core/
H A Dfilter.c5775 struct bpf_xfrm_state *, to, u32, size, u64, flags)
5785 if (unlikely(size != sizeof(struct bpf_xfrm_state)))

Completed in 283 milliseconds