Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbpf.h454 struct bpf_xfrm_state { struct
455 __u32 reqid;
456 __u32 spi;
457 __u16 family;
458 __u16 ext;
459 union {
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dbpf.h607 struct bpf_xfrm_state { struct
608 __u32 reqid;
609 __u32 spi;
610 __u16 family;
611 __u16 ext;
612 union {
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbpf.h607 struct bpf_xfrm_state { struct
608 __u32 reqid;
609 __u32 spi;
610 __u16 family;
611 __u16 ext;
612 union {
/kernel/linux/linux-5.10/include/uapi/linux/
Dbpf.h4164 struct bpf_xfrm_state { struct
4165 __u32 reqid;
4166 __u32 spi; /* Stored in network byte order */
4167 __u16 family;
4168 __u16 ext; /* Padding, future use. */
4169 union {
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbpf.h4164 struct bpf_xfrm_state { struct
4165 __u32 reqid;
4166 __u32 spi; /* Stored in network byte order */
4167 __u16 family;
4168 __u16 ext; /* Padding, future use. */
4169 union {
/kernel/linux/linux-6.6/include/uapi/linux/
Dbpf.h6146 struct bpf_xfrm_state { struct
6147 __u32 reqid;
6148 __u32 spi; /* Stored in network byte order */
6149 __u16 family;
6150 __u16 ext; /* Padding, future use. */
6151 union {
/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dbpf.h6146 struct bpf_xfrm_state { struct
6147 __u32 reqid;
6148 __u32 spi; /* Stored in network byte order */
6149 __u16 family;
6150 __u16 ext; /* Padding, future use. */
6151 union {
/kernel/linux/linux-5.10/net/core/
Dfilter.c5312 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()
/kernel/linux/linux-6.6/net/core/
Dfilter.c5749 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()