Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c965 struct bpf_xfrm_state x; in xfrm_get_state()
/linux/include/uapi/linux/
H A Dbpf.h3386 * long bpf_skb_get_xfrm_state(struct sk_buff *skb, u32 index, struct bpf_xfrm_state *xfrm_state, u32 size, u64 flags)
3391 * The retrieved value is stored in the **struct bpf_xfrm_state**
6403 struct bpf_xfrm_state {
6373 struct bpf_xfrm_state { global() struct
6374 reqidbpf_xfrm_state global() argument
6375 spibpf_xfrm_state global() argument
6376 familybpf_xfrm_state global() argument
6377 extbpf_xfrm_state global() argument
6378 __anon1e8efe9c520abpf_xfrm_state global() argument
/linux/tools/include/uapi/linux/
H A Dbpf.h3386 * long bpf_skb_get_xfrm_state(struct sk_buff *skb, u32 index, struct bpf_xfrm_state *xfrm_state, u32 size, u64 flags)
3391 * The retrieved value is stored in the **struct bpf_xfrm_state**
6403 struct bpf_xfrm_state {
6373 struct bpf_xfrm_state { global() struct
6374 reqidbpf_xfrm_state global() argument
6375 spibpf_xfrm_state global() argument
6376 familybpf_xfrm_state global() argument
6377 extbpf_xfrm_state global() argument
6378 __anonc2086e7c520abpf_xfrm_state global() argument
/linux/net/core/
H A Dfilter.c6038 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5() argument
6048 if (unlikely(size != sizeof(struct bpf_xfrm_state))) in BPF_CALL_5()