Home
last modified time | relevance | path

Searched refs:gtp0_hashfn (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dgtp.c108 static inline u32 gtp0_hashfn(u64 tid) in gtp0_hashfn() function
130 head = &gtp->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find()
1409 hash_tid = gtp0_hashfn(pctx->u.v0.tid) % gtp->hash_size; in gtp_pdp_add()