Lines Matching refs:skb
172 static void BPF_FUNC(tail_call, struct __sk_buff *skb, void *map,
179 static uint32_t BPF_FUNC(get_cgroup_classid, struct __sk_buff *skb);
180 static uint32_t BPF_FUNC(get_route_realm, struct __sk_buff *skb);
184 static int BPF_FUNC(clone_redirect, struct __sk_buff *skb, int ifindex,
192 static int BPF_FUNC(skb_store_bytes, struct __sk_buff *skb, uint32_t off,
194 static int BPF_FUNC(l3_csum_replace, struct __sk_buff *skb, uint32_t off,
196 static int BPF_FUNC(l4_csum_replace, struct __sk_buff *skb, uint32_t off,
200 static int BPF_FUNC(skb_vlan_push, struct __sk_buff *skb, uint16_t proto,
202 static int BPF_FUNC(skb_vlan_pop, struct __sk_buff *skb);
205 static int BPF_FUNC(skb_get_tunnel_key, struct __sk_buff *skb,
207 static int BPF_FUNC(skb_set_tunnel_key, struct __sk_buff *skb,
216 unsigned long long load_byte(void *skb, unsigned long long off)
219 unsigned long long load_half(void *skb, unsigned long long off)
222 unsigned long long load_word(void *skb, unsigned long long off)