Lines Matching refs:Session_ID
271 uint16_t Session_ID; member
419 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in make_packet()
554 if (tsp->Session_ID == val) in pppoe_getnewsession()
558 sp->Session_ID = val; in pppoe_getnewsession()
575 uint16_t hash = SESSHASH(sp->Session_ID); in pppoe_addsession()
587 uint16_t hash = SESSHASH(sp->Session_ID); in pppoe_delsession()
604 if (sp->Session_ID == session && in pppoe_findsession()
1287 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in pppoe_start()
1319 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in send_acname()
1341 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in send_sessionid()
1348 *(uint16_t *)msg->data = sp->Session_ID; in send_sessionid()
1361 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in send_maxp()
1383 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in send_hurl()
1406 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in send_motm()
1807 if (sp->Session_ID == 0) { in ng_pppoe_rcvdata_ether()
1878 sp->Session_ID = ntohs(wh->ph.sid); in ng_pppoe_rcvdata_ether()
2094 else if (sp->Session_ID) in ng_pppoe_disconnect()
2128 __func__, node->nd_ID, node, hook->hk_name, hook, sp->Session_ID); in pppoe_ticker()
2178 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in scan_tags()
2219 CTR2(KTR_NET, "%20s: called %d", __func__, sp->Session_ID); in pppoe_send_event()