next_id           115 netbt/l2cap_misc.c 	int next_id;
next_id           121 netbt/l2cap_misc.c 	next_id = link->hl_lastid + 1;
next_id           122 netbt/l2cap_misc.c 	if (next_id > 0xff)
next_id           123 netbt/l2cap_misc.c 		next_id = 1;
next_id           127 netbt/l2cap_misc.c 	if (req && req->lr_id == next_id)
next_id           134 netbt/l2cap_misc.c 	req->lr_id = link->hl_lastid = next_id;