OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_start_pos
(Results
1 - 1
of
1
) sorted by null
/external/iptables/libiptc/
libiptc.c
692
struct list_head *
list_start_pos
;
local
699
list_start_pos
= iptcc_bsearch_chain_offset(offset, &i, handle);
707
list_for_each(pos,
list_start_pos
->prev) {
724
struct list_head *
list_start_pos
;
local
741
//
list_start_pos
= iptcc_linearly_search_chain_index(name, handle);
742
list_start_pos
= iptcc_bsearch_chain_index(name, &i, handle);
745
if (
list_start_pos
== &handle->chains) {
746
list_start_pos
= pos;
754
if (
list_start_pos
!= test_pos) {
757
tmp_c =list_entry(
list_start_pos
,struct chain_head,list)
855
struct list_head *
list_start_pos
;
local
[
all
...]
Completed in 48 milliseconds