Searched refs:bpf_xfrm_state (Results 1 – 3 of 3) sorted by relevance
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 3338 * long bpf_skb_get_xfrm_state(struct sk_buff *skb, u32 index, struct bpf_xfrm_state *xfrm_state, u32 size, u64 flags) 3343 * The retrieved value is stored in the **struct bpf_xfrm_state** 6352 struct bpf_xfrm_state { struct 6353 reqidbpf_xfrm_state global() argument 6354 spibpf_xfrm_state global() argument 6355 familybpf_xfrm_state global() argument 6356 extbpf_xfrm_state global() argument 6357 __anonc2086e7c520abpf_xfrm_state global() argument
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 3338 * long bpf_skb_get_xfrm_state(struct sk_buff *skb, u32 index, struct bpf_xfrm_state *xfrm_state, u32 size, u64 flags) 3343 * The retrieved value is stored in the **struct bpf_xfrm_state** 6352 struct bpf_xfrm_state { struct 6353 reqidbpf_xfrm_state global() argument 6354 spibpf_xfrm_state global() argument 6355 familybpf_xfrm_state global() argument 6356 extbpf_xfrm_state global() argument 6357 __anon1e8efe9c520abpf_xfrm_state global() argument
|
/linux/net/core/ |
H A D | filter.c | 5938 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5() argument 5948 if (unlikely(size != sizeof(struct bpf_xfrm_state))) in BPF_CALL_5()
|