Home
last modified time | relevance | path

Searched refs:ct_sip_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_nat_sip.c99 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in map_addr() local
112 newport = ct_sip_info->forced_dport ? : in map_addr()
150 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip() local
280 if (dir == IP_CT_DIR_REPLY && ct_sip_info->forced_dport) { in nf_nat_sip()
289 uh->dest = ct_sip_info->forced_dport; in nf_nat_sip()
351 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip_expect() local
368 srcport = ct_sip_info->forced_dport ? : in nf_nat_sip_expect()
Dnf_conntrack_sip.c1100 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_response() local
1105 else if (ct_sip_info->invite_cseq == cseq) in process_invite_response()
1117 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_update_response() local
1122 else if (ct_sip_info->invite_cseq == cseq) in process_update_response()
1134 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_prack_response() local
1139 else if (ct_sip_info->invite_cseq == cseq) in process_prack_response()
1151 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_request() local
1157 ct_sip_info->invite_cseq = cseq; in process_invite_request()
1184 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_request() local
1271 ct_sip_info->register_cseq = cseq; in process_register_request()
[all …]