Home
last modified time | relevance | path

Searched refs:optend (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_seqadj.c124 unsigned int dir, optoff, optend; in nf_ct_sack_adjust() local
127 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()
H A Dnfnetlink_osf.c92 const __u8 *optend = optp + len; in nf_osf_match_one() local
108 optp = optend; in nf_osf_match_one()
/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c1699 char *optitem, *optstart, *optend; in tlmi_analyze() local
1705 optend = strstr(optstart, "]"); in tlmi_analyze()
1706 if (optend) in tlmi_analyze()
1708 kstrndup(optstart, optend - optstart, in tlmi_analyze()