Home
last modified time | relevance | path

Searched refs:noff (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
H A Ddispatcher.c108 u32 noff; in bpf_dispatcher_update() local
113 noff = 0; in bpf_dispatcher_update()
116 noff = d->image_off ^ (PAGE_SIZE / 2); in bpf_dispatcher_update()
119 new = d->num_progs ? d->image + noff : NULL; in bpf_dispatcher_update()
129 d->image_off = noff; in bpf_dispatcher_update()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_dfs_ref.c148 int off, noff; in cifs_compose_mount_options() local
210 noff = strlen(sb_mountdata + off); in cifs_compose_mount_options()
212 noff = tkn_e - (sb_mountdata + off) + 1; in cifs_compose_mount_options()
215 off += noff; in cifs_compose_mount_options()
219 off += noff; in cifs_compose_mount_options()
223 off += noff; in cifs_compose_mount_options()
226 strncat(mountdata, sb_mountdata + off, noff); in cifs_compose_mount_options()
227 off += noff; in cifs_compose_mount_options()
/kernel/linux/linux-5.10/net/sched/
H A Dact_nat.c114 int noff; in tcf_nat_act() local
132 noff = skb_network_offset(skb); in tcf_nat_act()
133 if (!pskb_may_pull(skb, sizeof(*iph) + noff)) in tcf_nat_act()
144 if (skb_try_make_writable(skb, sizeof(*iph) + noff)) in tcf_nat_act()
171 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) || in tcf_nat_act()
172 skb_try_make_writable(skb, ihl + sizeof(*tcph) + noff)) in tcf_nat_act()
184 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) || in tcf_nat_act()
185 skb_try_make_writable(skb, ihl + sizeof(*udph) + noff)) in tcf_nat_act()
201 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff)) in tcf_nat_act()
210 noff)) in tcf_nat_act()
[all...]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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
95 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib4_eval()
/kernel/linux/linux-6.6/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
96 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib4_eval()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c127 int noff = skb_network_offset(pkt->skb); in nft_fib6_eval_type() local
131 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval_type()
156 int noff = skb_network_offset(pkt->skb); in nft_fib6_eval() local
172 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval()
/kernel/linux/linux-6.6/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
177 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval()
/kernel/linux/linux-6.6/tools/perf/util/
H 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()
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c3619 int *noff, int *proto, bool l34) in bond_flow_ip()
3625 if (unlikely(!pskb_may_pull(skb, *noff + sizeof(*iph)))) in bond_flow_ip()
3627 iph = (const struct iphdr *)(skb->data + *noff); in bond_flow_ip()
3629 *noff += iph->ihl << 2; in bond_flow_ip()
3633 if (unlikely(!pskb_may_pull(skb, *noff + sizeof(*iph6)))) in bond_flow_ip()
3635 iph6 = (const struct ipv6hdr *)(skb->data + *noff); in bond_flow_ip()
3637 *noff += sizeof(*iph6); in bond_flow_ip()
3644 fk->ports.ports = skb_flow_get_ports(skb, *noff, *proto); in bond_flow_ip()
3654 int noff, proto = -1; in bond_flow_dissect() local
3664 noff in bond_flow_dissect()
3618 bond_flow_ip(struct sk_buff *skb, struct flow_keys *fk, int *noff, int *proto, bool l34) bond_flow_ip() argument
4341 int noff = skb_network_offset(skb); bond_xmit_roundrobin_slave_get() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-finder.c1157 Dwarf_Off off, noff; in debuginfo__find_probe_location() local
1190 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probe_location()
1214 off = noff; in debuginfo__find_probe_location()
1925 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local
1949 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, in debuginfo__find_line_range()
1973 off = noff; in debuginfo__find_line_range()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwcd938x.c218 u16 noff; member
2128 s16 *d1_a, u16 noff, in wcd938x_mbhc_get_result_params()
2163 denom = (x1 * d1) - (1 << (14 - noff)); in wcd938x_mbhc_get_result_params()
2166 else if (x1 < minCode_param[noff]) in wcd938x_mbhc_get_result_params()
2203 WCD938X_ZDET_RANGE_CTL_MASK, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
2212 dev_dbg(component->dev, "%s: ramp for HPH_L, noff = %d\n", in wcd938x_mbhc_zdet_ramp()
2213 __func__, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
2214 wcd938x_mbhc_get_result_params(component, d1_a, zdet_param->noff, &zdet); in wcd938x_mbhc_zdet_ramp()
2226 dev_dbg(component->dev, "%s: ramp for HPH_R, noff = %d\n", in wcd938x_mbhc_zdet_ramp()
2227 __func__, zdet_param->noff); in wcd938x_mbhc_zdet_ramp()
2127 wcd938x_mbhc_get_result_params(struct snd_soc_component *component, s16 *d1_a, u16 noff, int32_t *zdet) wcd938x_mbhc_get_result_params() argument
[all...]
H A Dwcd934x.c505 u16 noff; member
2646 s16 *d1_a, u16 noff, in wcd934x_mbhc_get_result_params()
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()
2645 wcd934x_mbhc_get_result_params(struct wcd934x_codec *wcd934x, s16 *d1_a, u16 noff, int32_t *zdet) wcd934x_mbhc_get_result_params() argument
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c5088 unsigned int *noff) in smb2_next_header()
5094 *noff = le32_to_cpu(t_hdr->OriginalMessageSize); in smb2_next_header()
5095 if (unlikely(check_add_overflow(*noff, sizeof(*t_hdr), noff))) in smb2_next_header()
5098 *noff = le32_to_cpu(hdr->NextCommand); in smb2_next_header()
5100 if (unlikely(*noff && *noff < MID_HEADER_SIZE(server))) in smb2_next_header()
5087 smb2_next_header(struct TCP_Server_Info *server, char *buf, unsigned int *noff) smb2_next_header() argument
H A Dsmb2pdu.c2303 size_t noff, nlen; in smb2_parse_contexts() local
2329 noff = le16_to_cpu(cc->NameOffset); in smb2_parse_contexts()
2331 if (noff + nlen > doff) in smb2_parse_contexts()
2334 name = (char *)cc + noff; in smb2_parse_contexts()
H A Dcifsglob.h550 unsigned int *noff);
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c4887 int noff = skb_network_offset(skb); in bond_xmit_roundrobin_slave_get() local
4890 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph)))) in bond_xmit_roundrobin_slave_get()

Completed in 51 milliseconds