Searched refs:rawip_bool (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/bpf_progs/ |
D | bpf_net_helpers.h | 99 struct rawip_bool { bool rawip; }; struct 100 #define ETHER ((struct rawip_bool){ .rawip = false }) 101 #define RAWIP ((struct rawip_bool){ .rawip = true })
|
D | offload.c | 128 const struct rawip_bool rawip, 364 struct ethhdr* eth, struct iphdr* ip, const struct rawip_bool rawip, in do_forward4_bottom() 557 const struct rawip_bool rawip, in do_forward4() 811 static inline __always_inline int do_xdp_forward6(struct xdp_md *ctx, const struct rawip_bool rawip, in do_xdp_forward6() 816 static inline __always_inline int do_xdp_forward4(struct xdp_md *ctx, const struct rawip_bool rawip, in do_xdp_forward4()
|
D | offload@mainline.c | 128 const struct rawip_bool rawip, 364 struct ethhdr* eth, struct iphdr* ip, const struct rawip_bool rawip, in do_forward4_bottom() 557 const struct rawip_bool rawip, in do_forward4() 811 static inline __always_inline int do_xdp_forward6(struct xdp_md *ctx, const struct rawip_bool rawip, in do_xdp_forward6() 816 static inline __always_inline int do_xdp_forward4(struct xdp_md *ctx, const struct rawip_bool rawip, in do_xdp_forward4()
|
D | clatd.c | 58 const struct rawip_bool rawip, in nat64()
|