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

/linux-master/kernel/bpf/
H A Ddispatcher.c109 u32 noff = 0; local
112 noff = d->image_off ^ (PAGE_SIZE / 2);
114 new = d->num_progs ? d->image + noff : NULL;
115 tmp = d->num_progs ? d->rw_image + noff : NULL;
134 d->image_off = noff;
/linux-master/net/sched/
H A Dact_nat.c128 int noff; local
144 noff = skb_network_offset(skb);
145 if (!pskb_may_pull(skb, sizeof(*iph) + noff))
156 if (skb_try_make_writable(skb, sizeof(*iph) + noff))
183 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) ||
184 skb_try_make_writable(skb, ihl + sizeof(*tcph) + noff))
196 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) ||
197 skb_try_make_writable(skb, ihl + sizeof(*udph) + noff))
213 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff))
222 noff))
[all...]
H A Dact_pedit.c334 const int noff = skb_network_offset(skb); local
340 const struct iphdr *iph = skb_header_pointer(skb, noff, sizeof(_iph), &_iph);
344 *hoffset = noff + iph->ihl * 4;
/linux-master/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c31 int noff = skb_network_offset(pkt->skb); local
42 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph);
61 int noff = skb_network_offset(pkt->skb); local
96 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph);
/linux-master/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c131 int noff = skb_network_offset(pkt->skb); local
135 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph);
160 int noff = skb_network_offset(pkt->skb); local
177 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph);
/linux-master/tools/perf/util/
H A Dprobe-finder.c1053 Dwarf_Off off, noff; local
1086 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) {
1090 off = noff;
1112 off = noff;
1788 Dwarf_Off off = 0, noff; local
1812 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl,
1819 off = noff;
1838 off = noff;
/linux-master/sound/soc/codecs/
H A Dwcd938x.c218 u16 noff; member in struct:wcd938x_mbhc_zdet_param
2128 s16 *d1_a, u16 noff,
2163 denom = (x1 * d1) - (1 << (14 - noff));
2166 else if (x1 < minCode_param[noff])
2203 WCD938X_ZDET_RANGE_CTL_MASK, zdet_param->noff);
2212 dev_dbg(component->dev, "%s: ramp for HPH_L, noff = %d\n",
2213 __func__, zdet_param->noff);
2214 wcd938x_mbhc_get_result_params(component, d1_a, zdet_param->noff, &zdet);
2226 dev_dbg(component->dev, "%s: ramp for HPH_R, noff = %d\n",
2227 __func__, zdet_param->noff);
2127 wcd938x_mbhc_get_result_params(struct snd_soc_component *component, s16 *d1_a, u16 noff, int32_t *zdet) argument
[all...]
H A Dwcd939x.c165 u16 noff; member in struct:zdet_param
2045 /* Selected by zdet_param.noff */
2052 .noff = 0,
2096 denom = (x1 * d1) - (1 << (14 - zdet_param->noff));
2099 else if (x1 < wcd939x_mbhc_mincode_param[zdet_param->noff])
2133 WCD939X_ZDET_ANA_CTL_RANGE_CTL, zdet_param->noff);
2145 dev_dbg(component->dev, "%s: ramp for HPH_L, noff = %d\n",
2146 __func__, zdet_param->noff);
2160 dev_dbg(component->dev, "%s: ramp for HPH_R, noff = %d\n",
2161 __func__, zdet_param->noff);
[all...]
H A Dwcd934x.c504 u16 noff; member in struct:wcd934x_mbhc_zdet_param
2645 s16 *d1_a, u16 noff,
2679 denom = (x1 * d1) - (1 << (14 - noff));
2682 else if (x1 < minCode_param[noff])
2718 WCD934X_ZDET_RANGE_CTL_MASK, zdet_param->noff);
2726 wcd934x_mbhc_get_result_params(wcd934x, d1_a, zdet_param->noff, &zdet);
2736 wcd934x_mbhc_get_result_params(wcd934x, d1_a, zdet_param->noff, &zdet);
2842 (zdet_param_ptr->noff == 0x6)) ||
2644 wcd934x_mbhc_get_result_params(struct wcd934x_codec *wcd934x, s16 *d1_a, u16 noff, int32_t *zdet) argument
/linux-master/net/netfilter/
H A Dnft_meta.c98 int noff = skb_network_offset(skb); local
101 iph = skb_header_pointer(skb, noff,
/linux-master/fs/smb/client/
H A Dsmb2ops.c4955 unsigned int *noff)
4961 *noff = le32_to_cpu(t_hdr->OriginalMessageSize);
4962 if (unlikely(check_add_overflow(*noff, sizeof(*t_hdr), noff)))
4965 *noff = le32_to_cpu(hdr->NextCommand);
4967 if (unlikely(*noff && *noff < MID_HEADER_SIZE(server)))
4954 smb2_next_header(struct TCP_Server_Info *server, char *buf, unsigned int *noff) argument
H A Dsmb2pdu.c2323 size_t noff, nlen; local
2349 noff = le16_to_cpu(cc->NameOffset);
2351 if (noff + nlen > doff)
2354 name = (char *)cc + noff;
H A Dcifsglob.h570 unsigned int *noff);
/linux-master/drivers/net/bonding/
H A Dbond_main.c4889 int noff = skb_network_offset(skb); local
4892 if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph))))

Completed in 329 milliseconds