Searched refs:optend (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_seqadj.c | 124 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 D | nf_synproxy_core.c | 190 unsigned int optoff, optend; in synproxy_tstamp_adjust() local 197 optend = protoff + th->doff * 4; in synproxy_tstamp_adjust() 199 if (skb_ensure_writable(skb, optend)) in synproxy_tstamp_adjust() 202 while (optoff < optend) { in synproxy_tstamp_adjust() 212 if (optoff + 1 == optend || in synproxy_tstamp_adjust() 213 optoff + op[1] > optend || in synproxy_tstamp_adjust()
|
H A D | nfnetlink_osf.c | 100 const __u8 *optend = ctx->optp + len; in nf_osf_match_one() local 116 ctx->optp = optend; in nf_osf_match_one()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | think-lmi.c | 1495 char *optitem, *optstart, *optend; in tlmi_analyze() local 1501 optend = strstr(optstart, "]"); in tlmi_analyze() 1502 if (optend) in tlmi_analyze() 1504 kstrndup(optstart, optend - optstart, in tlmi_analyze()
|