Home
last modified time | relevance | path

Searched refs:noff (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/sched/
Dact_nat.c117 int noff; in tcf_nat_act() local
135 noff = skb_network_offset(skb); in tcf_nat_act()
136 if (!pskb_may_pull(skb, sizeof(*iph) + noff)) in tcf_nat_act()
147 if (skb_try_make_writable(skb, sizeof(*iph) + noff)) in tcf_nat_act()
174 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) || in tcf_nat_act()
175 skb_try_make_writable(skb, ihl + sizeof(*tcph) + noff)) in tcf_nat_act()
187 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) || in tcf_nat_act()
188 skb_try_make_writable(skb, ihl + sizeof(*udph) + noff)) in tcf_nat_act()
204 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff)) in tcf_nat_act()
215 noff)) in tcf_nat_act()
[all …]
/Linux-v5.4/fs/cifs/
Dcifs_dfs_ref.c148 int off, noff; in cifs_compose_mount_options() local
198 noff = strlen(sb_mountdata + off); in cifs_compose_mount_options()
200 noff = tkn_e - (sb_mountdata + off) + 1; in cifs_compose_mount_options()
203 off += noff; in cifs_compose_mount_options()
207 off += noff; in cifs_compose_mount_options()
211 off += noff; in cifs_compose_mount_options()
214 strncat(mountdata, sb_mountdata + off, noff); in cifs_compose_mount_options()
215 off += noff; in cifs_compose_mount_options()
/Linux-v5.4/net/ipv4/netfilter/
Dnft_fib_ipv4.c31 int noff = skb_network_offset(pkt->skb); in nft_fib4_eval_type() local
42 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib4_eval_type()
61 int noff = skb_network_offset(pkt->skb); in nft_fib4_eval() local
92 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib4_eval()
/Linux-v5.4/net/ipv6/netfilter/
Dnft_fib_ipv6.c124 int noff = skb_network_offset(pkt->skb); in nft_fib6_eval_type() local
128 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval_type()
142 int noff = skb_network_offset(pkt->skb); in nft_fib6_eval() local
158 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval()
/Linux-v5.4/tools/perf/util/
Dprobe-finder.c1074 Dwarf_Off off, noff; in debuginfo__find_probe_location() local
1107 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probe_location()
1131 off = noff; in debuginfo__find_probe_location()
1769 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local
1793 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, in debuginfo__find_line_range()
1817 off = noff; in debuginfo__find_line_range()
/Linux-v5.4/net/netfilter/
Dnft_meta.c179 int noff = skb_network_offset(skb); in nft_meta_get_eval() local
182 iph = skb_header_pointer(skb, noff, in nft_meta_get_eval()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c3261 int noff, proto = -1; in bond_flow_dissect() local
3267 noff = skb_network_offset(skb); in bond_flow_dissect()
3269 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph)))) in bond_flow_dissect()
3273 noff += iph->ihl << 2; in bond_flow_dissect()
3277 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph6)))) in bond_flow_dissect()
3281 noff += sizeof(*iph6); in bond_flow_dissect()
3287 fk->ports.ports = skb_flow_get_ports(skb, noff, proto); in bond_flow_dissect()
3874 int noff = skb_network_offset(skb); in bond_xmit_roundrobin() local
3877 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph)))) in bond_xmit_roundrobin()