Home
last modified time | relevance | path

Searched refs:gtp1u_hashfn (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dgtp.c94 static inline u32 gtp1u_hashfn(u32 tid) in gtp1u_hashfn() function
126 head = &gtp->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find()
1000 hash_tid = gtp1u_hashfn(pctx->u.v1.i_tei) % gtp->hash_size; in gtp_pdp_add()
/kernel/linux/linux-6.6/drivers/net/
H A Dgtp.c114 static inline u32 gtp1u_hashfn(u32 tid) in gtp1u_hashfn() function
146 head = &gtp->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find()
1408 hash_tid = gtp1u_hashfn(pctx->u.v1.i_tei) % gtp->hash_size; in gtp_pdp_add()

Completed in 5 milliseconds