Home
last modified time | relevance | path

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

/linux-6.8/tools/include/uapi/linux/
Dbpf.h6175 struct bpf_xfrm_state { struct
6176 __u32 reqid;
6177 __u32 spi; /* Stored in network byte order */
6178 __u16 family;
6179 __u16 ext; /* Padding, future use. */
6180 union {
/linux-6.8/include/uapi/linux/
Dbpf.h6175 struct bpf_xfrm_state { struct
6176 __u32 reqid;
6177 __u32 spi; /* Stored in network byte order */
6178 __u16 family;
6179 __u16 ext; /* Padding, future use. */
6180 union {
/linux-6.8/net/core/
Dfilter.c5775 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()