Searched refs:poedat (Results 1 – 1 of 1) sorted by relevance
1970 struct poedat { struct1998 struct poedat *poedat = (struct poedat *)arg; in tclvm_pppoe_search() argument2003 if (poedat->tcl != NULL) in tclvm_pppoe_search()2008 if (tcl->tcl_rsessid == poedat->sessid && in tclvm_pppoe_search()2009 ((!poedat->isdata && tcl->tcl_ctrl_tll == poedat->tll) || in tclvm_pppoe_search()2010 (poedat->isdata && tcl->tcl_data_tll == poedat->tll)) && in tclvm_pppoe_search()2012 poedat->srcaddr, in tclvm_pppoe_search()2014 poedat->tcl = tcl; in tclvm_pppoe_search()2163 struct poedat poedat; in sppptun_recv() local2169 poedat.sessid = sessid; in sppptun_recv()[all …]