Home
last modified time | relevance | path

Searched refs:rawip_bool (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/bpf_progs/
Dbpf_net_helpers.h99 struct rawip_bool { bool rawip; }; struct
100 #define ETHER ((struct rawip_bool){ .rawip = false })
101 #define RAWIP ((struct rawip_bool){ .rawip = true })
Doffload.c128 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()
Doffload@mainline.c128 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()
Dclatd.c58 const struct rawip_bool rawip, in nat64()