Searched defs:bpf_list_push_front (Results 1 – 2 of 2) sorted by relevance
70 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0) macro
276 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0) macro