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

/freebsd-10.0-release/sys/netgraph/
H A Dng_pppoe.c233 uint16_t Session_ID; member in struct:sess_con
382 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID);
517 if (tsp->Session_ID == val)
521 sp->Session_ID = val;
538 uint16_t hash = SESSHASH(sp->Session_ID);
550 uint16_t hash = SESSHASH(sp->Session_ID);
567 if (sp->Session_ID == session &&
1059 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID);
1092 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID);
1114 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID);
[all...]

Completed in 86 milliseconds