Searched defs:pkey (Results 1 – 6 of 6) sorted by relevance
/net/decnet/ |
D | dn_neigh.c | 65 static u32 dn_neigh_hash(const void *pkey, in dn_neigh_hash() 72 static bool dn_key_eq(const struct neighbour *neigh, const void *pkey) in dn_key_eq()
|
/net/core/ |
D | neighbour.c | 400 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup() 421 const void *pkey) in neigh_lookup_nodev() 451 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create() 539 static u32 pneigh_hash(const void *pkey, int key_len) in pneigh_hash() 551 const void *pkey, in __pneigh_lookup_1() 566 struct net *net, const void *pkey, struct net_device *dev) in __pneigh_lookup() 577 struct net *net, const void *pkey, in pneigh_lookup() 622 int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *pkey, in pneigh_delete()
|
/net/ipv4/ |
D | fib_trie.c | 1385 t_key pkey = pn->key; in fib_table_lookup() local 1614 t_key pkey = pn->key; in leaf_walk_rcu() local 1656 t_key pkey = pn->key; in fib_trie_free() local 1774 t_key pkey = pn->key; in fib_table_flush_external() local 1844 t_key pkey = pn->key; in fib_table_flush() local 2061 t_key pkey; in fib_trie_get_next() local
|
D | arp.c | 212 static u32 arp_hash(const void *pkey, in arp_hash() 219 static bool arp_key_eq(const struct neighbour *neigh, const void *pkey) in arp_key_eq()
|
D | route.c | 451 const __be32 *pkey = daddr; in ipv4_neigh_lookup() local
|
/net/ipv6/ |
D | ndisc.c | 308 static u32 ndisc_hash(const void *pkey, in ndisc_hash() 315 static bool ndisc_key_eq(const struct neighbour *n, const void *pkey) in ndisc_key_eq() 705 static int pndisc_is_router(const void *pkey, in pndisc_is_router()
|