Searched refs:l_n (Results 1 – 1 of 1) sorted by relevance
27 struct bpf_list_node *l_n; in list_peek() local32 l_n = bpf_list_front(&ghead); in list_peek()34 if (l_n) in list_peek()38 l_n = bpf_list_back(&ghead); in list_peek()40 if (l_n) in list_peek()55 l_n = bpf_list_front(&ghead); in list_peek()56 if (!l_n) { in list_peek()67 l_n = bpf_list_back(&ghead); in list_peek()68 if (!l_n) { in list_peek()89 struct bpf_list_node *l_n; \[all …]
Completed in 3 milliseconds