Searched refs:bpf_skb_get_xfrm_state (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | bpf_helpers.h | 135 static int (*bpf_skb_get_xfrm_state)(void *ctx, int index, void *state,  variable
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ | 
| D | test_tunnel_kern.c | 704 	ret = bpf_skb_get_xfrm_state(skb, 0, &x, sizeof(x), 0);  in _xfrm_get_state()
 | 
| /Linux-v5.4/net/core/ | 
| D | filter.c | 4551 BPF_CALL_5(bpf_skb_get_xfrm_state, struct sk_buff *, skb, u32, index,  in BPF_CALL_5()  argument4585 	.func		= bpf_skb_get_xfrm_state,
 
 |