Home
last modified time | relevance | path

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

/packages/modules/Connectivity/bpf_progs/
Doffload.c128 const struct rawip_bool rawip,
131 const bool is_ethernet = !rawip.rawip;
364 struct ethhdr* eth, struct iphdr* ip, const struct rawip_bool rawip, in do_forward4_bottom() argument
367 const bool is_ethernet = !rawip.rawip; in do_forward4_bottom()
557 const struct rawip_bool rawip, in do_forward4() argument
561 const bool is_ethernet = !rawip.rawip; in do_forward4()
650 rawip, stream, updatetime, /* is_tcp */ true, kver); in do_forward4()
653 rawip, stream, updatetime, /* is_tcp */ false, kver); 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() argument
816 static inline __always_inline int do_xdp_forward4(struct xdp_md *ctx, const struct rawip_bool rawip, in do_xdp_forward4() argument
Doffload@mainline.c128 const struct rawip_bool rawip,
131 const bool is_ethernet = !rawip.rawip;
364 struct ethhdr* eth, struct iphdr* ip, const struct rawip_bool rawip, in do_forward4_bottom() argument
367 const bool is_ethernet = !rawip.rawip; in do_forward4_bottom()
557 const struct rawip_bool rawip, in do_forward4() argument
561 const bool is_ethernet = !rawip.rawip; in do_forward4()
650 rawip, stream, updatetime, /* is_tcp */ true, kver); in do_forward4()
653 rawip, stream, updatetime, /* is_tcp */ false, kver); 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() argument
816 static inline __always_inline int do_xdp_forward4(struct xdp_md *ctx, const struct rawip_bool rawip, in do_xdp_forward4() argument
Dbpf_net_helpers.h99 struct rawip_bool { bool rawip; }; member
100 #define ETHER ((struct rawip_bool){ .rawip = false })
101 #define RAWIP ((struct rawip_bool){ .rawip = true })
Dclatd.c58 const struct rawip_bool rawip, in nat64() argument
60 const bool is_ethernet = !rawip.rawip; in nat64()