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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcipso_ipv4.h141 int cipso_v4_doi_walk(u32 *skip_cnt,
167 static inline int cipso_v4_doi_walk(u32 *skip_cnt, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dcipso_ipv4.c679 * @skip_cnt: skip past this number of DOI definitions, updated
684 * Iterate over the DOI definition list, skipping the first @skip_cnt entries.
686 * 'walking' through the list and return. Updates the value in @skip_cnt upon
690 int cipso_v4_doi_walk(u32 *skip_cnt, argument
701 if (doi_cnt++ < *skip_cnt)
712 *skip_cnt = doi_cnt;

Completed in 172 milliseconds