Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2494 struct bpf_xfrm_state { struct
2495 __u32 reqid;
2496 __u32 spi; /* Stored in network byte order */
2497 __u16 family;
2498 __u16 ext; /* Padding, future use. */
2499 union {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2494 struct bpf_xfrm_state { struct
2495 __u32 reqid;
2496 __u32 spi; /* Stored in network byte order */
2497 __u16 family;
2498 __u16 ext; /* Padding, future use. */
2499 union {
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4137 struct bpf_xfrm_state { struct
4138 __u32 reqid;
4139 __u32 spi; /* Stored in network byte order */
4140 __u16 family;
4141 __u16 ext; /* Padding, future use. */
4142 union {
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4137 struct bpf_xfrm_state { struct
4138 __u32 reqid;
4139 __u32 spi; /* Stored in network byte order */
4140 __u16 family;
4141 __u16 ext; /* Padding, future use. */
4142 union {
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c5206 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()