Home
last modified time | relevance | path

Searched refs:sr_dst_max_branches (Results 1 – 9 of 9) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Ddset.c83 if(sr_dst_max_branches<=0 || sr_dst_max_branches>=MAX_BRANCHES_LIMIT) { in init_dst_set()
85 sr_dst_max_branches); in init_dst_set()
89 branches = (branch_t*)pkg_malloc((sr_dst_max_branches-1)*sizeof(branch_t)); in init_dst_set()
94 memset(branches, 0, (sr_dst_max_branches-1)*sizeof(branch_t)); in init_dst_set()
417 if (unlikely(nr_branches == sr_dst_max_branches - 1)) { in append_branch()
H A Dglobals.h51 extern unsigned int sr_dst_max_branches; /* max number of branches per transaction */
H A Dcfg.y1721 | MAX_BRANCHES_PARAM EQUAL NUMBER { sr_dst_max_branches = $3; }
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Dh_table.c306 for(i = 0; i < sr_dst_max_branches; i++) { in init_branches()
332 + (sr_dst_max_branches * sizeof(struct ua_client)); in build_cell()
H A Dt_fwd.c720 if (branch==sr_dst_max_branches) { in add_blind_uac()
781 if (branch==sr_dst_max_branches) { in add_uac()
861 if (branch==sr_dst_max_branches) { in add_uac_from_buf()
1029 if (t->nr_of_outgoings >= sr_dst_max_branches){ in add_uac_dns_fallback()
H A Dtimer.c429 if((r_buf->branch < sr_dst_max_branches) in final_response_handler()
H A Dtm.c725 if (sr_dst_max_branches+1>31) { in mod_init()
727 sr_dst_max_branches ); in mod_init()
H A Dt_lookup.c903 || branch_id>=sr_dst_max_branches in t_reply_matching()
/dports/net/kamailio/kamailio-5.4.5/src/
H A Dmain.c408 unsigned int sr_dst_max_branches = MAX_BRANCHES_DEFAULT; variable