Searched defs:pkey (Results 1 - 8 of 8) sorted by relevance

/include/rdma/
H A Dib_user_sa.h63 __be16 pkey; member in struct:ib_user_path_rec
H A Dib_addr.h116 static inline void ib_addr_set_pkey(struct rdma_dev_addr *dev_addr, u16 pkey) argument
118 dev_addr->broadcast[8] = pkey >> 8;
119 dev_addr->broadcast[9] = (unsigned char) pkey;
H A Dib_pack.h204 __be16 pkey; member in struct:ib_unpacked_bth
H A Dib_user_cm.h287 __u16 pkey; member in struct:ib_ucm_sidr_req_event_resp
H A Dib_sa.h147 __be16 pkey; member in struct:ib_sa_path_rec
186 __be16 pkey; member in struct:ib_sa_mcmember_rec
243 __be16 pkey; member in struct:ib_sa_service_rec
H A Dib_cm.h226 u16 pkey; member in struct:ib_cm_sidr_req_event_param
/include/net/
H A Dndisc.h82 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) argument
84 const u32 *p32 = pkey;
92 static inline struct neighbour *__ipv6_neigh_lookup(struct neigh_table *tbl, struct net_device *dev, const void *pkey) argument
95 const u32 *p32 = pkey;
101 hash_val = ndisc_hashfn(pkey, dev, nht->hash_rnd) >> (32 - nht->hash_shift);
H A Dneighbour.h157 __u32 (*hash)(const void *pkey,
201 const void *pkey,
205 const void *pkey);
207 const void *pkey,
365 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) argument
367 struct neighbour *n = neigh_lookup(tbl, pkey, dev);
372 n = neigh_create(tbl, pkey, dev);
377 __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey, argument
380 struct neighbour *n = neigh_lookup(tbl, pkey, dev);
385 return neigh_create(tbl, pkey, de
[all...]

Completed in 105 milliseconds