HomeSort by relevance Sort by last modified time
    Searched refs:XTOPT_PUT (Results 26 - 47 of 47) sorted by null

12

  /external/iptables/extensions/
libxt_CT.c 31 .flags = XTOPT_PUT, XTOPT_POINTER(s, helper)},
35 .flags = XTOPT_PUT, XTOPT_POINTER(s, zone)},
libxt_physdev.c 27 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, physindev)},
29 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, physoutdev)},
libxt_statistic.c 37 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, u.nth.every),
40 .flags = XTOPT_PUT, XTOPT_POINTER(s, u.nth.packet),
libipt_ah.c 19 .flags = XTOPT_INVERT | XTOPT_PUT,
libxt_DSCP.c 46 .flags = XTOPT_PUT,
libxt_dscp.c 46 .flags = XTOPT_PUT, XTOPT_POINTER(struct xt_dscp_info, dscp)},
libxt_esp.c 19 .flags = XTOPT_INVERT | XTOPT_PUT,
libip6t_rt.c 35 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, rt_type)},
37 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, segsleft)},
39 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, hdrlen)},
libxt_TPROXY.c 24 .flags = XTOPT_MAND | XTOPT_NBO | XTOPT_PUT, XTOPT_POINTER(s, lport)},
33 .flags = XTOPT_MAND | XTOPT_NBO | XTOPT_PUT, XTOPT_POINTER(s, lport)},
35 .flags = XTOPT_PUT, XTOPT_POINTER(s, laddr)},
libxt_connlimit.c 34 .type = XTTYPE_UINT32, .flags = XTOPT_INVERT | XTOPT_PUT,
37 .type = XTTYPE_UINT32, .flags = XTOPT_INVERT | XTOPT_PUT,
40 .flags = XTOPT_PUT, XTOPT_POINTER(s, mask)},
libxt_ipvs.c 31 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, l4proto)},
35 .flags = XTOPT_NBO | XTOPT_INVERT | XTOPT_PUT,
41 .flags = XTOPT_NBO | XTOPT_INVERT | XTOPT_PUT,
libxt_recent.c 36 .flags = XTOPT_PUT, XTOPT_POINTER(s, seconds)},
38 .flags = XTOPT_PUT, XTOPT_POINTER(s, hit_count)},
42 .flags = XTOPT_PUT, XTOPT_POINTER(s, name)},
libxt_string.c 57 .flags = XTOPT_PUT, XTOPT_POINTER(s, from_offset)},
59 .flags = XTOPT_PUT, XTOPT_POINTER(s, to_offset)},
61 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, algo)},
libipt_ULOG.c 38 .flags = XTOPT_PUT, XTOPT_POINTER(struct ipt_ulog_info, prefix),
libxt_owner.c 100 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, pid),
103 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, sid),
106 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, comm)},
118 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, pid),
121 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, sid),
libip6t_dst.c 25 .flags = XTOPT_INVERT | XTOPT_PUT,
libip6t_hbh.c 27 .flags = XTOPT_INVERT | XTOPT_PUT,
libxt_NFQUEUE.c 46 .flags = XTOPT_PUT, XTOPT_POINTER(s, queuenum),
libxt_limit.c 35 .flags = XTOPT_PUT, XTOPT_POINTER(struct xt_rateinfo, burst),
libxt_CONNMARK.c 98 .excl = F_MASK, .flags = XTOPT_PUT, XTOPT_POINTER(s, ctmask)},
100 .excl = F_MASK, .flags = XTOPT_PUT, XTOPT_POINTER(s, nfmask)},
  /external/iptables/iptables/
xtoptions.c 191 if (entry->flags & XTOPT_PUT)
195 if (entry->flags & XTOPT_PUT)
199 if (entry->flags & XTOPT_PUT)
203 if (entry->flags & XTOPT_PUT)
227 if (entry->flags & XTOPT_PUT)
259 if (!(entry->flags & XTOPT_PUT))
345 if (!(entry->flags & XTOPT_PUT))
487 if (cb->entry->flags & XTOPT_PUT)
547 if (cb->entry->flags & XTOPT_PUT)
590 if (cb->entry->flags & XTOPT_PUT)
    [all...]
  /external/iptables/include/
xtables.h 103 * %XTOPT_PUT: store value into memory at @ptroff
111 XTOPT_PUT = 1 << 3,

Completed in 334 milliseconds

12