Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_nat.c128 int noff; in tcf_nat_act() local
144 noff = skb_network_offset(skb); in tcf_nat_act()
145 if (!pskb_may_pull(skb, sizeof(*iph) + noff)) in tcf_nat_act()
156 if (skb_try_make_writable(skb, sizeof(*iph) + noff)) in tcf_nat_act()
183 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) || in tcf_nat_act()
184 skb_try_make_writable(skb, ihl + sizeof(*tcph) + noff)) in tcf_nat_act()
196 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) || in tcf_nat_act()
197 skb_try_make_writable(skb, ihl + sizeof(*udph) + noff)) in tcf_nat_act()
213 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff)) in tcf_nat_act()
222 noff)) in tcf_nat_act()
[all …]
/linux-6.3-rc2/kernel/bpf/
A Ddispatcher.c109 u32 noff = 0; in bpf_dispatcher_update() local
112 noff = d->image_off ^ (PAGE_SIZE / 2); in bpf_dispatcher_update()
114 new = d->num_progs ? d->image + noff : NULL; in bpf_dispatcher_update()
115 tmp = d->num_progs ? d->rw_image + noff : NULL; in bpf_dispatcher_update()
134 d->image_off = noff; in bpf_dispatcher_update()
/linux-6.3-rc2/net/ipv4/netfilter/
A 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
96 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib4_eval()
/linux-6.3-rc2/net/ipv6/netfilter/
A Dnft_fib_ipv6.c131 int noff = skb_network_offset(pkt->skb); in nft_fib6_eval_type() local
135 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval_type()
160 int noff = skb_network_offset(pkt->skb); in nft_fib6_eval() local
177 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval()
/linux-6.3-rc2/tools/perf/util/
A Dprobe-finder.c1171 Dwarf_Off off, noff; in debuginfo__find_probe_location() local
1204 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probe_location()
1208 off = noff; in debuginfo__find_probe_location()
1230 off = noff; in debuginfo__find_probe_location()
1944 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local
1968 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, in debuginfo__find_line_range()
1975 off = noff; in debuginfo__find_line_range()
1994 off = noff; in debuginfo__find_line_range()
/linux-6.3-rc2/sound/soc/codecs/
A Dwcd938x.c218 u16 noff; member
3123 s16 *d1_a, u16 noff, in wcd938x_mbhc_get_result_params() argument
3157 denom = (x1 * d1) - (1 << (14 - noff)); in wcd938x_mbhc_get_result_params()
3160 else if (x1 < minCode_param[noff]) in wcd938x_mbhc_get_result_params()
3197 WCD938X_ZDET_RANGE_CTL_MASK, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
3207 __func__, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
3208 wcd938x_mbhc_get_result_params(wcd938x, d1_a, zdet_param->noff, &zdet); in wcd938x_mbhc_zdet_ramp()
3221 __func__, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
3222 wcd938x_mbhc_get_result_params(wcd938x, d1_a, zdet_param->noff, &zdet); in wcd938x_mbhc_zdet_ramp()
3340 (zdet_param_ptr->noff == 0x6)) || in wcd938x_wcd_mbhc_calc_impedance()
A Dwcd934x.c505 u16 noff; member
2646 s16 *d1_a, u16 noff, in wcd934x_mbhc_get_result_params() argument
2680 denom = (x1 * d1) - (1 << (14 - noff)); in wcd934x_mbhc_get_result_params()
2683 else if (x1 < minCode_param[noff]) in wcd934x_mbhc_get_result_params()
2719 WCD934X_ZDET_RANGE_CTL_MASK, zdet_param->noff); in wcd934x_mbhc_zdet_ramp()
2727 wcd934x_mbhc_get_result_params(wcd934x, d1_a, zdet_param->noff, &zdet); in wcd934x_mbhc_zdet_ramp()
2737 wcd934x_mbhc_get_result_params(wcd934x, d1_a, zdet_param->noff, &zdet); in wcd934x_mbhc_zdet_ramp()
2843 (zdet_param_ptr->noff == 0x6)) || in wcd934x_wcd_mbhc_calc_impedance()
/linux-6.3-rc2/net/netfilter/
A Dnft_meta.c98 int noff = skb_network_offset(skb); in nft_meta_get_eval_pkttype_lo() local
101 iph = skb_header_pointer(skb, noff, in nft_meta_get_eval_pkttype_lo()
/linux-6.3-rc2/drivers/net/bonding/
A Dbond_main.c4867 int noff = skb_network_offset(skb); in bond_xmit_roundrobin_slave_get() local
4870 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph)))) in bond_xmit_roundrobin_slave_get()

Completed in 48 milliseconds