Searched refs:optend (Results 1 – 3 of 3) sorted by relevance
124 unsigned int dir, optoff, optend; in nf_ct_sack_adjust() local127 optend = protoff + tcph->doff * 4; in nf_ct_sack_adjust()129 if (skb_ensure_writable(skb, optend)) in nf_ct_sack_adjust()135 while (optoff < optend) { in nf_ct_sack_adjust()147 if (optoff + 1 == optend || in nf_ct_sack_adjust()148 optoff + op[1] > optend || in nf_ct_sack_adjust()
92 const __u8 *optend = optp + len; in nf_osf_match_one() local108 optp = optend; in nf_osf_match_one()
1699 char *optitem, *optstart, *optend; in tlmi_analyze() local1705 optend = strstr(optstart, "]"); in tlmi_analyze()1706 if (optend) in tlmi_analyze()1708 kstrndup(optstart, optend - optstart, in tlmi_analyze()