Home
last modified time | relevance | path

Searched refs:optend (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/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 Dnf_synproxy_core.c190 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 Dnfnetlink_osf.c100 const __u8 *optend = ctx->optp + len; in nf_osf_match_one() local
116 ctx->optp = optend; in nf_osf_match_one()
/kernel/linux/linux-6.6/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 Dnf_synproxy_core.c190 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 Dnfnetlink_osf.c100 const __u8 *optend = ctx->optp + len; in nf_osf_match_one() local
116 ctx->optp = optend; in nf_osf_match_one()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthink-lmi.c1493 char *optitem, *optstart, *optend; in tlmi_analyze() local
1499 optend = strstr(optstart, "]"); in tlmi_analyze()
1500 if (optend) in tlmi_analyze()
1502 kstrndup(optstart, optend - optstart, in tlmi_analyze()

Completed in 8 milliseconds