HomeSort by relevance Sort by last modified time
    Searched refs:nextop (Results 1 - 2 of 2) sorted by null

  /external/iptables/include/linux/netfilter/
xt_u32.h 13 __u8 nextop; member in struct:xt_u32_location_element
  /external/iptables/extensions/
libxt_u32.c 57 switch (ct->location[i].nextop) {
167 ct->location[locind].nextop = XT_U32_AND;
172 ct->location[locind].nextop = XT_U32_LEFTSH;
177 ct->location[locind].nextop = XT_U32_RIGHTSH;
179 ct->location[locind].nextop = XT_U32_AT;

Completed in 839 milliseconds