Searched defs:bpf_xfrm_state (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | bpf.h | 454 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/ |
| D | bpf.h | 607 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/ |
| D | bpf.h | 607 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/ |
| D | bpf.h | 4164 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/ |
| D | bpf.h | 4164 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/ |
| D | bpf.h | 6146 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/ |
| D | bpf.h | 6146 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/ |
| D | filter.c | 5312 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()
|
| /kernel/linux/linux-6.6/net/core/ |
| D | filter.c | 5749 struct bpf_xfrm_state *, to, u32, size, u64, flags) in BPF_CALL_5()
|