Home
last modified time | relevance | path

Searched refs:poedat (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1966 struct poedat { struct
1994 struct poedat *poedat = (struct poedat *)arg; in tclvm_pppoe_search() local
1999 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() local
2165 poedat.sessid = sessid; in sppptun_recv()
[all …]