Searched refs:MAX_CALLID (Results 1 – 1 of 1) sorted by relevance
41 #define MAX_CALLID 65535 macro43 static DECLARE_BITMAP(callid_bitmap, MAX_CALLID + 1);79 for_each_set_bit_from(i, callid_bitmap, MAX_CALLID) { in lookup_chan_dst()90 return i < MAX_CALLID; in lookup_chan_dst()100 call_id = find_next_zero_bit(callid_bitmap, MAX_CALLID, call_id + 1); in add_chan()101 if (call_id == MAX_CALLID) { in add_chan()102 call_id = find_next_zero_bit(callid_bitmap, MAX_CALLID, 1); in add_chan()103 if (call_id == MAX_CALLID) in add_chan()645 callid_sock = vzalloc(array_size(sizeof(void *), (MAX_CALLID + 1))); in pptp_init_module()