Searched defs:tuncl_s (Results 1 – 1 of 1) sorted by relevance
125 struct tuncl_s { struct126 uint32_t tcl_flags; /* TCLF_ flags below */128 tunll_t *tcl_data_tll; /* Pointer to data interface */129 tunll_t *tcl_ctrl_tll; /* Pointer to control */131 queue_t *tcl_rq; /* Received data sent here. */133 uint32_t tcl_seq;135 uint32_t tcl_ctlval; /* Control distinguisher */137 uint_t tcl_style; /* Saved style */138 uint_t tcl_ltunid; /* Local Tunnel ID (L2F/L2TP) */139 uint_t tcl_rtunid; /* Remote Tunnel ID (L2F/L2TP) */[all …]