Searched refs:__bpf_list_add (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 246 milliseconds