Lines Matching refs:skb
160 static void BPF_FUNC(tail_call, struct __sk_buff *skb, void *map,
168 static uint32_t BPF_FUNC(get_cgroup_classid, struct __sk_buff *skb);
171 static uint32_t BPF_FUNC(get_route_realm, struct __sk_buff *skb);
172 static uint32_t BPF_FUNC(get_hash_recalc, struct __sk_buff *skb);
173 static uint32_t BPF_FUNC(set_hash_invalid, struct __sk_buff *skb);
177 static int BPF_FUNC(clone_redirect, struct __sk_buff *skb, int ifindex,
181 static int BPF_FUNC(skb_load_bytes, struct __sk_buff *skb, uint32_t off,
183 static int BPF_FUNC(skb_store_bytes, struct __sk_buff *skb, uint32_t off,
186 static int BPF_FUNC(l3_csum_replace, struct __sk_buff *skb, uint32_t off,
188 static int BPF_FUNC(l4_csum_replace, struct __sk_buff *skb, uint32_t off,
192 static int BPF_FUNC(csum_update, struct __sk_buff *skb, uint32_t wsum);
194 static int BPF_FUNC(skb_change_type, struct __sk_buff *skb, uint32_t type);
195 static int BPF_FUNC(skb_change_proto, struct __sk_buff *skb, uint32_t proto,
197 static int BPF_FUNC(skb_change_tail, struct __sk_buff *skb, uint32_t nlen,
200 static int BPF_FUNC(skb_pull_data, struct __sk_buff *skb, uint32_t len);
203 static int __BPF_FUNC(skb_event_output, struct __sk_buff *skb, void *map,
208 static int BPF_FUNC(skb_vlan_push, struct __sk_buff *skb, uint16_t proto,
210 static int BPF_FUNC(skb_vlan_pop, struct __sk_buff *skb);
213 static int BPF_FUNC(skb_get_tunnel_key, struct __sk_buff *skb,
215 static int BPF_FUNC(skb_set_tunnel_key, struct __sk_buff *skb,
219 static int BPF_FUNC(skb_get_tunnel_opt, struct __sk_buff *skb,
221 static int BPF_FUNC(skb_set_tunnel_opt, struct __sk_buff *skb,
252 unsigned long long load_byte(void *skb, unsigned long long off)
255 unsigned long long load_half(void *skb, unsigned long long off)
258 unsigned long long load_word(void *skb, unsigned long long off)