Searched refs:ipt (Results 1 – 6 of 6) sorted by relevance
505 register struct ip_timestamp *ipt; local629 ipt = (struct ip_timestamp *)cp;630 if (ipt->ipt_len < 5)632 if (ipt->ipt_ptr > ipt->ipt_len - sizeof (int32_t)) {633 if (++ipt->ipt_oflw == 0)637 sin = (struct in_addr *)(cp + ipt->ipt_ptr - 1);638 switch (ipt->ipt_flg) {644 if (ipt->ipt_ptr + sizeof(n_time) +645 sizeof(struct in_addr) > ipt->ipt_len)654 ipt->ipt_ptr += sizeof(struct in_addr);[all …]
128 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)129 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)
84 tc filter add ..... u32 <u32 syntax> action ipt -j <iptables target syntax>89 action ipt -j mark --set-mark 2145 action ipt -j mark --set-mark 1 index 2 \153 action ipt -j mark --set-mark 2 \160 action ipt -j mark --set-mark 3 \
61 action ipt -j MARK --set-mark 1 \
159 * Fix for options process with ipt