Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/uapi/linux/
Dbpf.h5920 struct bpf_xfrm_state { struct
5921 __u32 reqid;
5922 __u32 spi; /* Stored in network byte order */
5923 __u16 family;
5924 __u16 ext; /* Padding, future use. */
5925 union {
/linux-6.1.9/include/uapi/linux/
Dbpf.h5920 struct bpf_xfrm_state { struct
5921 __u32 reqid;
5922 __u32 spi; /* Stored in network byte order */
5923 __u16 family;
5924 __u16 ext; /* Padding, future use. */
5925 union {
/linux-6.1.9/net/core/
Dfilter.c5638 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()