Searched refs:ct_sip_info (Results 1 – 2 of 2) sorted by relevance
1234 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_response() local1236 if (!ct_sip_info) in process_invite_response()1242 else if (ct_sip_info->invite_cseq == cseq) in process_invite_response()1254 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_update_response() local1256 if (!ct_sip_info) in process_update_response()1262 else if (ct_sip_info->invite_cseq == cseq) in process_update_response()1274 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_prack_response() local1276 if (!ct_sip_info) in process_prack_response()1282 else if (ct_sip_info->invite_cseq == cseq) in process_prack_response()1294 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_request() local[all …]
103 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in map_addr() local109 if (!ct_sip_info) in map_addr()119 newport = ct_sip_info->forced_dport ? : in map_addr()157 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip() local164 if (!ct_sip_info) in nf_nat_sip()296 if (dir == IP_CT_DIR_REPLY && ct_sip_info->forced_dport) { in nf_nat_sip()316 uh->dest = ct_sip_info->forced_dport; in nf_nat_sip()411 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip_expect() local418 if (!ct_sip_info) in nf_nat_sip_expect()431 srcport = ct_sip_info->forced_dport ? : in nf_nat_sip_expect()