Home
last modified time | relevance | path

Searched defs:hashinfo (Results 1 – 11 of 11) sorted by relevance

/linux/net/ipv4/
H A Dinet_timewait_sock.c30 inet_twsk_bind_unhash(struct inet_timewait_sock * tw,struct inet_hashinfo * hashinfo) inet_twsk_bind_unhash() argument
50 struct inet_hashinfo *hashinfo = tw->tw_dr->hashinfo; inet_twsk_kill() local
109 inet_twsk_hashdance_schedule(struct inet_timewait_sock * tw,struct sock * sk,struct inet_hashinfo * hashinfo,int timeo) inet_twsk_hashdance_schedule() argument
236 struct inet_hashinfo *hashinfo = tw->tw_dr->hashinfo; inet_twsk_deschedule_put() local
309 inet_twsk_purge(struct inet_hashinfo * hashinfo) inet_twsk_purge() argument
[all...]
H A Dinet_hashtables.c180 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); __inet_put_port() local
428 __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
493 __inet_lookup_established(const struct net * net,struct inet_hashinfo * hashinfo,const __be32 saddr,const __be16 sport,const __be32 daddr,const u16 hnum,const int dif,const int sdif) __inet_lookup_established() argument
672 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); inet_ehash_insert() local
744 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); __inet_hash() local
789 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); inet_unhash() local
1269 inet_ehash_locks_alloc(struct inet_hashinfo * hashinfo) inet_ehash_locks_alloc() argument
1308 inet_pernet_hashinfo_alloc(struct inet_hashinfo * hashinfo,unsigned int ehash_entries) inet_pernet_hashinfo_alloc() argument
1343 inet_pernet_hashinfo_free(struct inet_hashinfo * hashinfo) inet_pernet_hashinfo_free() argument
[all...]
H A Draw_diag.c59 struct raw_hashinfo *hashinfo = raw_get_hashinfo(r); in raw_sock_get() local
141 struct raw_hashinfo *hashinfo = raw_get_hashinfo(r); in raw_diag_dump() local
H A Dinet_diag.c522 inet_diag_find_one_icsk(struct net * net,struct inet_hashinfo * hashinfo,const struct inet_diag_req_v2 * req) inet_diag_find_one_icsk() argument
565 inet_diag_dump_one_icsk(struct inet_hashinfo * hashinfo,struct netlink_callback * cb,const struct inet_diag_req_v2 * req) inet_diag_dump_one_icsk() argument
1021 inet_diag_dump_icsk(struct inet_hashinfo * hashinfo,struct sk_buff * skb,struct netlink_callback * cb,const struct inet_diag_req_v2 * r) inet_diag_dump_icsk() argument
H A Dinet_connection_sock.c1013 struct inet_hashinfo *hashinfo = tcp_get_hashinfo(sk); reqsk_queue_unlink() local
/linux/include/net/
H A Dinet_hashtables.h205 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo); in inet_ehash_locks_free() argument
190 inet_ehash_bucket(struct inet_hashinfo * hashinfo,unsigned int hash) inet_ehash_bucket() argument
197 inet_ehash_lockp(struct inet_hashinfo * hashinfo,unsigned int hash) inet_ehash_lockp() argument
305 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
388 inet_lookup_established(struct net * net,struct inet_hashinfo * hashinfo,const __be32 saddr,const __be16 sport,const __be32 daddr,const __be16 dport,const int dif) inet_lookup_established() argument
398 __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
419 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
476 __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...]
H A Dinet6_hashtables.h86 __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
146 __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
H A Draw.h48 static inline void raw_hashinfo_init(struct raw_hashinfo *hashinfo) in raw_hashinfo_init() argument
H A Dsock.h1355 struct inet_hashinfo *hashinfo; global() member
/linux/net/ipv6/
H A Dinet6_hashtables.c50 __inet6_lookup_established(const struct net * net,struct inet_hashinfo * hashinfo,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const u16 hnum,const int dif,const int sdif) __inet6_lookup_established() argument
203 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
247 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/drivers/net/hyperv/
H A Dhyperv_net.h90 u32 hashinfo; member