Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c2486 static int __bpf_list_add(struct bpf_list_node_kern *node, in __bpf_list_add() function
2547 return __bpf_list_add(n, head, &h, meta ? meta->record : NULL, off); in bpf_list_push_front()
2577 return __bpf_list_add(n, head, &h->prev, meta ? meta->record : NULL, off); in bpf_list_push_back()
2594 return __bpf_list_add(n, head, &prev_ptr, meta ? meta->record : NULL, off); in bpf_list_add()