Searched refs:saved_data_end (Results 1 – 2 of 2) sorted by relevance
681 struct sk_buff *skb, void **saved_data_end) in bpf_compute_and_save_data_end() argument685 *saved_data_end = cb->data_end; in bpf_compute_and_save_data_end()691 struct sk_buff *skb, void *saved_data_end) in bpf_restore_data_end() argument695 cb->data_end = saved_data_end; in bpf_restore_data_end()
1362 void *saved_data_end; in __cgroup_bpf_run_filter_skb() local1378 bpf_compute_and_save_data_end(skb, &saved_data_end); in __cgroup_bpf_run_filter_skb()1416 bpf_restore_data_end(skb, saved_data_end); in __cgroup_bpf_run_filter_skb()
Completed in 13 milliseconds