Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6138 struct bpf_xfrm_state { struct
6139 __u32 reqid;
6140 __u32 spi; /* Stored in network byte order */
6141 __u16 family;
6142 __u16 ext; /* Padding, future use. */
6143 union {
/Linux-v6.6/include/uapi/linux/
Dbpf.h6138 struct bpf_xfrm_state { struct
6139 __u32 reqid;
6140 __u32 spi; /* Stored in network byte order */
6141 __u16 family;
6142 __u16 ext; /* Padding, future use. */
6143 union {
/Linux-v6.6/net/core/
Dfilter.c5696 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()