Searched refs:qelem (Results 1 – 12 of 12) sorted by relevance
52 ((struct qelem *)elem)->q_forw = NULL; in insque()53 ((struct qelem *)elem)->q_back = NULL; in insque()54 } else if (((struct qelem *)pred)->q_forw == NULL) { in insque()57 ((struct qelem *)elem)->q_forw = NULL; in insque()58 ((struct qelem *)elem)->q_back = pred; in insque()59 ((struct qelem *)pred)->q_forw = elem; in insque()62 ((struct qelem *)elem)->q_forw = ((struct qelem *)pred)->q_forw; in insque()63 ((struct qelem *)elem)->q_back = pred; in insque()64 ((struct qelem *)pred)->q_forw->q_back = elem; in insque()65 ((struct qelem *)pred)->q_forw = elem; in insque()[all …]
46 struct qelem { struct47 struct qelem *q_forw; argument48 struct qelem *q_back; argument
39 struct qelem { struct40 struct qelem *q_forw; argument41 struct qelem *q_back; argument
149 static struct qelem tunll_list;
270 struct qelem { struct271 struct qelem *q_forw; argument272 struct qelem *q_back; argument
59 struct qelem bssid_links;65 struct qelem kw_links;68 struct qelem kw_bssids;72 static struct qelem kw_list;
61 struct qelem llp_links;
58 static struct qelem llp_list;
1423 struct qelem hq;1428 struct qelem lq;1435 static struct qelem reghash[NREGHASH], reglink;1464 struct qelem *qp; in int_regwcomp()1518 struct qelem *qp, *nqp; in int_regwfree()
2810 struct qelem *pelem = elem; in llc1insque()2811 struct qelem *ppred = pred; in llc1insque()2812 struct qelem *pnext = ppred->q_forw; in llc1insque()2823 struct qelem *pelem = arg; in llc1remque()2824 struct qelem *elem = arg; in llc1remque()
5693 struct qelem { struct5694 struct qelem *q_forw; argument5695 struct qelem *q_back; argument5702 struct qelem *pelem = elem; in gldinsque()5703 struct qelem *ppred = pred; in gldinsque()5704 struct qelem *pnext = ppred->q_forw; in gldinsque()5715 struct qelem *pelem = arg; in gldremque()5716 struct qelem *elem = arg; in gldremque()
478 struct qelem tunll_list; in tunll_walk_init()