Searched refs:hlist_head (Results 26 - 50 of 112) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/lockd/
H A Dhost.c29 static struct hlist_head nlm_hosts[NLM_HOST_NRHASH];
51 struct hlist_head *chain;
308 struct hlist_head *chain;
365 struct hlist_head *chain;
405 struct hlist_head *chain;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h509 struct hlist_head { struct
518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL }
527 static inline int hlist_empty(const struct hlist_head *h)
583 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h)
614 struct hlist_head *h)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/libiptc/
H A Dlinux_list.h509 struct hlist_head { struct
518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL }
527 static inline int hlist_empty(const struct hlist_head *h)
583 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h)
614 struct hlist_head *h)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c403 struct hlist_head gc_list;
440 struct hlist_head *table;
444 static struct hlist_head xfrm_policy_inexact[XFRM_POLICY_MAX*2];
446 static struct hlist_head *xfrm_policy_byidx __read_mostly;
455 static struct hlist_head *policy_hash_bysel(struct xfrm_selector *sel, unsigned short family, int dir)
465 static struct hlist_head *policy_hash_direct(xfrm_address_t *daddr, xfrm_address_t *saddr, unsigned short family, int dir)
473 static void xfrm_dst_hash_transfer(struct hlist_head *list,
474 struct hlist_head *ndsttable,
489 static void xfrm_idx_hash_transfer(struct hlist_head *list,
490 struct hlist_head *nidxtabl
[all...]
H A Dxfrm_state.c54 static struct hlist_head *xfrm_state_bydst __read_mostly;
55 static struct hlist_head *xfrm_state_bysrc __read_mostly;
56 static struct hlist_head *xfrm_state_byspi __read_mostly;
83 static void xfrm_hash_transfer(struct hlist_head *list,
84 struct hlist_head *ndsttable,
85 struct hlist_head *nsrctable,
86 struct hlist_head *nspitable,
117 sizeof(struct hlist_head);
124 struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi;
149 nhashmask = (nsize / sizeof(struct hlist_head))
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dkprobes.c65 static struct hlist_head kprobe_table[KPROBE_TABLE_SIZE];
66 static struct hlist_head kretprobe_inst_table[KPROBE_TABLE_SIZE];
104 static struct hlist_head kprobe_insn_pages;
272 struct hlist_head *head;
361 struct hlist_head *head)
376 struct hlist_head __kprobes *kretprobe_inst_table_head(struct task_struct *tsk)
390 struct hlist_head *head, empty_rp;
852 struct hlist_head *head;
896 struct hlist_head *head;
930 struct hlist_head *hea
[all...]
H A Dpid.c33 static struct hlist_head *pid_hash;
399 pidhash_size * sizeof(struct hlist_head));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/sunrpc/
H A Dauth.h57 struct hlist_head hashtable[RPC_CREDCACHE_NR];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c423 static inline struct net_bridge_fdb_entry *fdb_find(struct hlist_head *head,
436 static struct net_bridge_fdb_entry *fdb_create(struct hlist_head *head,
472 struct hlist_head *head = &br->hash[br_mac_hash(addr)];
512 struct hlist_head *head = &br->hash[br_mac_hash(addr)];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dzd1201.h42 struct hlist_head fraglist;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dipx.h62 struct hlist_head if_sklist;
H A Dsock.h267 static inline struct sock *__sk_head(const struct hlist_head *head)
272 static inline struct sock *sk_head(const struct hlist_head *head)
344 static __inline__ void __sk_add_node(struct sock *sk, struct hlist_head *list)
349 static __inline__ void sk_add_node(struct sock *sk, struct hlist_head *list)
361 struct hlist_head *list)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/iucv/
H A Daf_iucv.h71 struct hlist_head head;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_tunnel.c58 static struct hlist_head xfrm6_tunnel_spi_byaddr[XFRM6_TUNNEL_SPI_BYADDR_HSIZE];
59 static struct hlist_head xfrm6_tunnel_spi_byspi[XFRM6_TUNNEL_SPI_BYSPI_HSIZE];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dlist.h675 struct hlist_head { struct
684 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL }
697 static inline int hlist_empty(const struct hlist_head *h)
772 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h)
803 struct hlist_head *h)
H A Datalk.h174 extern struct hlist_head atalk_sockets;
H A Delevator.h91 struct hlist_head *hash;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dauth.c122 void rpcauth_destroy_credlist(struct hlist_head *head)
159 rpcauth_prune_expired(struct rpc_auth *auth, struct rpc_cred *cred, struct hlist_head *free)
175 rpcauth_gc_credcache(struct rpc_auth *auth, struct hlist_head *free)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/bluetooth/
H A Dbluetooth.h114 struct hlist_head head;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netlink/
H A Daf_netlink.c94 struct hlist_head *table;
108 struct hlist_head mc_list;
135 static struct hlist_head *nl_pid_hashfn(struct nl_pid_hash *hash, u32 pid)
215 struct hlist_head *head;
233 static inline struct hlist_head *nl_pid_hash_alloc(size_t size)
238 return (struct hlist_head *)
242 static inline void nl_pid_hash_free(struct hlist_head *table, size_t size)
254 struct hlist_head *otable, *table;
330 struct hlist_head *head;
506 struct hlist_head *hea
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dinet_hashtables.c127 static struct sock *inet_lookup_listener_slow(const struct hlist_head *head,
170 const struct hlist_head *head;
H A Dudp.c112 struct hlist_head udp_hash[UDP_HTABLE_SIZE];
117 static inline int __udp_lib_lport_inuse(__u16 num, struct hlist_head udptable[])
138 struct hlist_head udptable[], int *port_rover,
143 struct hlist_head *head;
241 int dif, struct hlist_head udptable[])
328 void __udp4_lib_err(struct sk_buff *skb, u32 info, struct hlist_head udptable[])
1133 struct hlist_head udptable[])
1210 int __udp4_lib_rcv(struct sk_buff *skb, struct hlist_head udptable[],
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dmessaging.c29 static struct hlist_head *ecryptfs_daemon_id_hash;
424 ecryptfs_daemon_id_hash = kmalloc(sizeof(struct hlist_head)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dname_table.c98 struct hlist_head *types;
155 static struct name_seq *tipc_nameseq_create(u32 type, struct hlist_head *seq_head)
537 struct hlist_head *seq_head;
958 struct hlist_head *seq_head;
1038 int array_size = sizeof(struct hlist_head) * tipc_nametbl_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Dfmr_pool.c94 struct hlist_head *cache_bucket;
120 struct hlist_head *bucket;

Completed in 611 milliseconds

12345