Home
last modified time | relevance | path

Searched defs:bpf_xfrm_state (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dbpf.h6303 struct bpf_xfrm_state { struct
6304 __u32 reqid;
6305 __u32 spi; /* Stored in network byte order */
6306 __u16 family;
6307 __u16 ext; /* Padding, future use. */
6308 union {
/linux/tools/include/uapi/linux/
H A Dbpf.h6303 struct bpf_xfrm_state { struct
6304 __u32 reqid;
6305 __u32 spi; /* Stored in network byte order */
6306 __u16 family;
6307 __u16 ext; /* Padding, future use. */
6308 union {
/linux/net/core/
H A Dfilter.c5853 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()