Searched refs:rawip (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/bpf_progs/ |
D | offload.c | 128 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
|
D | offload@mainline.c | 128 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
|
D | bpf_net_helpers.h | 99 struct rawip_bool { bool rawip; }; member 100 #define ETHER ((struct rawip_bool){ .rawip = false }) 101 #define RAWIP ((struct rawip_bool){ .rawip = true })
|
D | clatd.c | 58 const struct rawip_bool rawip, in nat64() argument 60 const bool is_ethernet = !rawip.rawip; in nat64()
|