Searched refs:poedat (Results 1 – 1 of 1) sorted by relevance
1966 struct poedat { struct1994 struct poedat *poedat = (struct poedat *)arg; in tclvm_pppoe_search() local1999 if (poedat->tcl != NULL) in tclvm_pppoe_search()2004 if (tcl->tcl_rsessid == poedat->sessid && in tclvm_pppoe_search()2005 ((!poedat->isdata && tcl->tcl_ctrl_tll == poedat->tll) || in tclvm_pppoe_search()2006 (poedat->isdata && tcl->tcl_data_tll == poedat->tll)) && in tclvm_pppoe_search()2008 poedat->srcaddr, in tclvm_pppoe_search()2010 poedat->tcl = tcl; in tclvm_pppoe_search()2159 struct poedat poedat; in sppptun_recv() local2165 poedat.sessid = sessid; in sppptun_recv()[all …]