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

/drivers/net/ppp/
H A Dpppoe.c146 static int hash_item(__be16 sid, unsigned char *addr) function
169 int hash = hash_item(sid, addr);
186 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote);
207 int hash = hash_item(sid, addr);
1064 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote);

Completed in 64 milliseconds