hl_expire        2064 netbt/hci.h    	struct timeout		 hl_expire;	/* connection expiry timer */
hl_expire         132 netbt/hci_link.c 		timeout_del(&link->hl_expire);
hl_expire         160 netbt/hci_link.c 			timeout_add(&link->hl_expire, hci_acl_expiry * hz);
hl_expire         190 netbt/hci_link.c 			timeout_add(&link->hl_expire, hci_acl_expiry * hz);
hl_expire         900 netbt/hci_link.c 	timeout_set(&link->hl_expire, hci_acl_timeout, link);
hl_expire         986 netbt/hci_link.c 	timeout_del(&link->hl_expire);
hl_expire         987 netbt/hci_link.c 	if (timeout_triggered(&link->hl_expire))