Searched refs:ent (Results 1 - 4 of 4) sorted by relevance

/net/netfilter/
H A Dxt_hashlimit.c120 static inline bool dst_cmp(const struct dsthash_ent *ent, argument
123 return !memcmp(&ent->dst, b, sizeof(ent->dst));
145 struct dsthash_ent *ent; local
149 hlist_for_each_entry_rcu(ent, &ht->hash[hash], node)
150 if (dst_cmp(ent, dst)) {
151 spin_lock(&ent->lock);
152 return ent;
163 struct dsthash_ent *ent; local
170 ent
204 struct dsthash_ent *ent = container_of(head, struct dsthash_ent, rcu); local
210 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) argument
785 dl_seq_real_show(struct dsthash_ent *ent, u_int8_t family, struct seq_file *s) argument
830 struct dsthash_ent *ent; local
[all...]
/net/sctp/
H A Dobjcnt.c134 struct proc_dir_entry *ent; local
136 ent = proc_create("sctp_dbg_objcnt", 0,
138 if (!ent)
/net/irda/ircomm/
H A Dircomm_core.c79 { struct proc_dir_entry *ent; local
80 ent = proc_create("ircomm", 0, proc_irda, &ircomm_proc_fops);
81 if (!ent) {
/net/bridge/
H A Dbr_fdb.c80 struct net_bridge_fdb_entry *ent local
82 kmem_cache_free(br_fdb_cache, ent);

Completed in 75 milliseconds