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

/linux-master/kernel/bpf/
H A Dhelpers.c1982 static int __bpf_list_add(struct bpf_list_node_kern *node, function
2016 return __bpf_list_add(n, head, false, meta ? meta->record : NULL, off);
2026 return __bpf_list_add(n, head, true, meta ? meta->record : NULL, off);

Completed in 87 milliseconds