Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_sip.c1142 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_response() local
1147 else if (ct_sip_info->invite_cseq == cseq) in process_invite_response()
1159 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_update_response() local
1164 else if (ct_sip_info->invite_cseq == cseq) in process_update_response()
1176 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_prack_response() local
1181 else if (ct_sip_info->invite_cseq == cseq) in process_prack_response()
1193 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_request() local
1199 ct_sip_info->invite_cseq = cseq; in process_invite_request()
1318 ct_sip_info->register_cseq = cseq; in process_register_request()
1346 if (ct_sip_info->register_cseq != cseq) in process_register_response()
[all …]
H A Dnf_nat_sip.c101 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in map_addr() local
114 newport = ct_sip_info->forced_dport ? : in map_addr()
152 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip() local
282 if (dir == IP_CT_DIR_REPLY && ct_sip_info->forced_dport) { in nf_nat_sip()
291 uh->dest = ct_sip_info->forced_dport; in nf_nat_sip()
383 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip_expect() local
400 srcport = ct_sip_info->forced_dport ? : in nf_nat_sip_expect()