Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H 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 …]
H A Dact_pedit.c334 const int noff = skb_network_offset(skb); in pedit_l4_skb_offset() local
340 const struct iphdr *iph = skb_header_pointer(skb, noff, sizeof(_iph), &_iph); in pedit_l4_skb_offset()
344 *hoffset = noff + iph->ihl * 4; in pedit_l4_skb_offset()
/linux-6.15/kernel/bpf/
H 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.15/net/ipv4/netfilter/
H 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
93 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib4_eval()
/linux-6.15/net/ipv6/netfilter/
H 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
183 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval()
/linux-6.15/tools/perf/util/
H A Dprobe-finder.c1063 Dwarf_Off off, noff; in debuginfo__find_probe_location() local
1096 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probe_location()
1100 off = noff; in debuginfo__find_probe_location()
1122 off = noff; in debuginfo__find_probe_location()
1828 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local
1852 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, in debuginfo__find_line_range()
1859 off = noff; in debuginfo__find_line_range()
1878 off = noff; in debuginfo__find_line_range()
/linux-6.15/sound/soc/codecs/
H A Dwcd938x.c194 u16 noff; member
2079 s16 *d1_a, u16 noff, in wcd938x_mbhc_get_result_params() argument
2114 denom = (x1 * d1) - (1 << (14 - noff)); in wcd938x_mbhc_get_result_params()
2117 else if (x1 < minCode_param[noff]) in wcd938x_mbhc_get_result_params()
2154 WCD938X_ZDET_RANGE_CTL_MASK, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
2164 __func__, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
2165 wcd938x_mbhc_get_result_params(component, d1_a, zdet_param->noff, &zdet); in wcd938x_mbhc_zdet_ramp()
2178 __func__, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
2179 wcd938x_mbhc_get_result_params(component, d1_a, zdet_param->noff, &zdet); in wcd938x_mbhc_zdet_ramp()
2297 (zdet_param_ptr->noff == 0x6)) || in wcd938x_wcd_mbhc_calc_impedance()
H A Dwcd937x.c123 u16 noff; member
1542 s16 *d1_a, u16 noff, in wcd937x_mbhc_get_result_params() argument
1577 denom = (x1 * d1) - (1 << (14 - noff)); in wcd937x_mbhc_get_result_params()
1580 else if (x1 < minCode_param[noff]) in wcd937x_mbhc_get_result_params()
1617 WCD937X_ZDET_RANGE_CTL_MASK, zdet_param->noff); in wcd937x_mbhc_zdet_ramp()
1626 wcd937x_mbhc_get_result_params(component, d1_a, zdet_param->noff, &zdet); in wcd937x_mbhc_zdet_ramp()
1638 wcd937x_mbhc_get_result_params(component, d1_a, zdet_param->noff, &zdet); in wcd937x_mbhc_zdet_ramp()
1754 zdet_param_ptr->noff == 0x6) || in wcd937x_wcd_mbhc_calc_impedance()
H A Dwcd939x.c164 u16 noff; member
2041 .noff = 0,
2085 denom = (x1 * d1) - (1 << (14 - zdet_param->noff)); in wcd939x_mbhc_get_result_params()
2088 else if (x1 < wcd939x_mbhc_mincode_param[zdet_param->noff]) in wcd939x_mbhc_get_result_params()
2122 WCD939X_ZDET_ANA_CTL_RANGE_CTL, zdet_param->noff); in wcd939x_mbhc_zdet_ramp()
2135 __func__, zdet_param->noff); in wcd939x_mbhc_zdet_ramp()
2150 __func__, zdet_param->noff); in wcd939x_mbhc_zdet_ramp()
H A Dwcd934x.c490 u16 noff; member
2628 s16 *d1_a, u16 noff, in wcd934x_mbhc_get_result_params() argument
2662 denom = (x1 * d1) - (1 << (14 - noff)); in wcd934x_mbhc_get_result_params()
2665 else if (x1 < minCode_param[noff]) in wcd934x_mbhc_get_result_params()
2701 WCD934X_ZDET_RANGE_CTL_MASK, zdet_param->noff); in wcd934x_mbhc_zdet_ramp()
2709 wcd934x_mbhc_get_result_params(wcd934x, d1_a, zdet_param->noff, &zdet); in wcd934x_mbhc_zdet_ramp()
2719 wcd934x_mbhc_get_result_params(wcd934x, d1_a, zdet_param->noff, &zdet); in wcd934x_mbhc_zdet_ramp()
2825 (zdet_param_ptr->noff == 0x6)) || in wcd934x_wcd_mbhc_calc_impedance()
/linux-6.15/net/netfilter/
H 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.15/fs/smb/client/
H A Dsmb2ops.c5067 unsigned int *noff) in smb2_next_header() argument
5073 *noff = le32_to_cpu(t_hdr->OriginalMessageSize); in smb2_next_header()
5074 if (unlikely(check_add_overflow(*noff, sizeof(*t_hdr), noff))) in smb2_next_header()
5077 *noff = le32_to_cpu(hdr->NextCommand); in smb2_next_header()
5079 if (unlikely(*noff && *noff < MID_HEADER_SIZE(server))) in smb2_next_header()
H A Dsmb2pdu.c2323 size_t noff, nlen; in smb2_parse_contexts() local
2349 noff = le16_to_cpu(cc->NameOffset); in smb2_parse_contexts()
2351 if (noff + nlen > doff) in smb2_parse_contexts()
2354 name = (char *)cc + noff; in smb2_parse_contexts()
H A Dcifsglob.h604 unsigned int *noff);
/linux-6.15/fs/xfs/
H A Dxfs_trace.h5503 __field(xfs_fileoff_t, noff)
5520 __entry->noff = new->br_startoff;
5533 __entry->noff, __entry->nstart, __entry->ncount,
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c5024 int noff = skb_network_offset(skb); in bond_xmit_roundrobin_slave_get() local
5027 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph)))) in bond_xmit_roundrobin_slave_get()