Home
last modified time | relevance | path

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

/linux-5.10/tools/include/uapi/linux/
Dbpf.h4137 struct bpf_xfrm_state { struct
4138 __u32 reqid;
4139 __u32 spi; /* Stored in network byte order */
4140 __u16 family;
4141 __u16 ext; /* Padding, future use. */
4142 union {
/linux-5.10/include/uapi/linux/
Dbpf.h4137 struct bpf_xfrm_state { struct
4138 __u32 reqid;
4139 __u32 spi; /* Stored in network byte order */
4140 __u16 family;
4141 __u16 ext; /* Padding, future use. */
4142 union {
/linux-5.10/net/core/
Dfilter.c5225 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()