Home
last modified time | relevance | path

Searched defs:doff (Results 1 – 23 of 23) sorted by relevance

/linux/net/ipv6/
H A Dinet6_hashtables.c130 inet6_lookup_reuseport(const struct net * net,struct sock * sk,struct sk_buff * skb,int doff,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned short hnum,inet6_ehashfn_t * ehashfn) inet6_lookup_reuseport() argument
152 inet6_lhash2_lookup(const struct net * net,struct inet_listen_hashbucket * ilb2,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const unsigned short hnum,const int dif,const int sdif) inet6_lhash2_lookup() argument
179 inet6_lookup_run_sk_lookup(const struct net * net,int protocol,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const u16 hnum,const int dif,inet6_ehashfn_t * ehashfn) inet6_lookup_run_sk_lookup() argument
204 inet6_lookup_listener(const struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const unsigned short hnum,const int dif,const int sdif) inet6_lookup_listener() argument
248 inet6_lookup(const struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const __be16 dport,const int dif) inet6_lookup() argument
[all...]
/linux/include/net/
H A Dinet6_hashtables.h87 __inet6_lookup(const struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const u16 hnum,const int dif,const int sdif,bool * refcounted) __inet6_lookup() argument
107 inet6_steal_sock(struct net * net,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const __be16 dport,bool * refcounted,inet6_ehashfn_t * ehashfn) inet6_steal_sock() argument
147 __inet6_lookup_skb(struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const __be16 sport,const __be16 dport,int iif,int sdif,bool * refcounted) __inet6_lookup_skb() argument
[all...]
H A Dinet_hashtables.h306 inet_lookup_listener(struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,__be32 saddr,__be16 sport,__be32 daddr,__be16 dport,int dif,int sdif) inet_lookup_listener() argument
399 __inet_lookup(struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const __be32 saddr,const __be16 sport,const __be32 daddr,const __be16 dport,const int dif,const int sdif,bool * refcounted) __inet_lookup() argument
420 inet_lookup(struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const __be32 saddr,const __be16 sport,const __be32 daddr,const __be16 dport,const int dif) inet_lookup() argument
437 inet_steal_sock(struct net * net,struct sk_buff * skb,int doff,const __be32 saddr,const __be16 sport,const __be32 daddr,const __be16 dport,bool * refcounted,inet_ehashfn_t * ehashfn) inet_steal_sock() argument
478 __inet_lookup_skb(struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const __be16 sport,const __be16 dport,const int sdif,bool * refcounted) __inet_lookup_skb() argument
[all...]
/linux/net/ipv4/netfilter/
H A Dnf_socket_ipv4.c66 nf_socket_get_sock_v4(struct net *net, struct sk_buff *skb, const int doff, in nf_socket_get_sock_v4() argument
96 int doff = 0; nf_sk_lookup_slow_v4() local
/linux/net/ipv6/netfilter/
H A Dnf_socket_ipv6.c78 nf_socket_get_sock_v6(struct net *net, struct sk_buff *skb, int doff, in nf_socket_get_sock_v6() argument
104 int doff = 0; nf_sk_lookup_slow_v6() local
/linux/arch/alpha/lib/
H A Dcsum_partial_copy.c181 unsigned long doff, in csum_partial_cfu_src_aligned()
239 unsigned long soff, unsigned long doff, in csum_partial_cfu_unaligned()
319 unsigned long doff = 7 & (unsigned long) dst; in __csum_and_copy() local
/linux/drivers/dma/
H A Dfsl-edma-common.c479 u16 biter, u16 doff, dma_addr_t dlast_sga, bool major_int, in fsl_edma_fill_tcd()
597 u16 soff, doff, iter; in fsl_edma_prep_dma_cyclic() local
675 u16 soff, doff, iter; in fsl_edma_prep_slave_sg() local
H A Dfsl-edma-common.h98 __le16 doff; member
113 __le16 doff; member
/linux/net/ipv4/
H A Dinet_hashtables.c353 inet_lookup_reuseport(const struct net * net,struct sock * sk,struct sk_buff * skb,int doff,__be32 saddr,__be16 sport,__be32 daddr,unsigned short hnum,inet_ehashfn_t * ehashfn) inet_lookup_reuseport() argument
380 inet_lhash2_lookup(const struct net * net,struct inet_listen_hashbucket * ilb2,struct sk_buff * skb,int doff,const __be32 saddr,__be16 sport,const __be32 daddr,const unsigned short hnum,const int dif,const int sdif) inet_lhash2_lookup() argument
407 inet_lookup_run_sk_lookup(const struct net * net,int protocol,struct sk_buff * skb,int doff,__be32 saddr,__be16 sport,__be32 daddr,u16 hnum,const int dif,inet_ehashfn_t * ehashfn) inet_lookup_run_sk_lookup() argument
429 __inet_lookup_listener(const struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const __be32 saddr,__be16 sport,const __be32 daddr,const unsigned short hnum,const int dif,const int sdif) __inet_lookup_listener() argument
[all...]
/linux/net/rxrpc/
H A Dtxbuf.c23 size_t total, doff, jsize = sizeof(struct rxrpc_jumbo_header); in rxrpc_alloc_data_txbuf() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c278 const u32 doff = nv50_ior_base(dac); in nv50_dac_clock() local
287 const u32 doff = nv50_ior_base(dac); in nv50_dac_sense() local
304 nv50_dac_power_wait(struct nvkm_device *device, const u32 doff) in nv50_dac_power_wait()
316 const u32 doff = nv50_ior_base(dac); in nv50_dac_power() local
H A Dgf119.c355 const u32 doff = nv50_ior_base(dac); in gf119_dac_clock() local
/linux/crypto/
H A Dscompress.c182 size_t doff; in scomp_acomp_comp_decomp() local
/linux/tools/include/uapi/linux/
H A Dtcp.h32 doff:4, member
42 __u16 doff:4, member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgf100.c98 read_div(struct gf100_clk *clk, int doff, u32 dsrc, u32 dctl) in read_div()
H A Dgk104.c106 read_div(struct gk104_clk *clk, int doff, u32 dsrc, u32 dctl) in read_div()
/linux/include/uapi/linux/
H A Dtcp.h33 doff:4, member
43 __u16 doff:4, member
/linux/net/netfilter/
H A Dnf_synproxy_core.c28 synproxy_parse_options(const struct sk_buff *skb, unsigned int doff, in synproxy_parse_options()
/linux/net/core/
H A Dflow_dissector.c1932 const u8 *doff; in __skb_get_poff() local
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2449 int doff; in save_args() local
/linux/kernel/trace/
H A Dbpf_trace.c3375 static __always_inline int __bpf_dynptr_copy_str(struct bpf_dynptr *dptr, u32 doff, u32 size, in __bpf_dynptr_copy_str()
3412 static __always_inline int __bpf_dynptr_copy(const struct bpf_dynptr *dptr, u32 doff, in __bpf_dynptr_copy()
/linux/drivers/crypto/
H A Dhifn_795x.c1310 unsigned int soff, doff; in hifn_setup_dma() local
/linux/fs/smb/client/
H A Dsmb2pdu.c2336 size_t doff, dlen; in smb2_parse_contexts() local