Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbpf.h6160 struct bpf_xfrm_state { struct
6161 __u32 reqid;
6162 __u32 spi; /* Stored in network byte order */
6163 __u16 family;
6164 __u16 ext; /* Padding, future use. */
6165 union {
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6163 struct bpf_xfrm_state { struct
6164 __u32 reqid;
6165 __u32 spi; /* Stored in network byte order */
6166 __u16 family;
6167 __u16 ext; /* Padding, future use. */
6168 union {
/openbmc/linux/net/core/
H A Dfilter.c5808 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()