Searched refs:pns_call_id (Results 1 – 3 of 3) sorted by relevance
70 t.dst.u.gre.key = ct_pptp_info->pns_call_id; in pptp_nat_expected()77 t.src.u.gre.key = nat_pptp_info->pns_call_id; in pptp_nat_expected()141 new_callid = ct_pptp_info->pns_call_id; in pptp_outbound_pkt()152 nat_pptp_info->pns_call_id = ct_pptp_info->pns_call_id; in pptp_outbound_pkt()159 ct_pptp_info->pns_call_id = new_callid; in pptp_outbound_pkt()217 expect_orig->saved_proto.gre.key = ct_pptp_info->pns_call_id; in pptp_exp_gre()218 expect_orig->tuple.src.u.gre.key = nat_pptp_info->pns_call_id; in pptp_exp_gre()223 expect_reply->saved_proto.gre.key = nat_pptp_info->pns_call_id; in pptp_exp_gre()225 expect_reply->tuple.dst.u.gre.key = ct_pptp_info->pns_call_id; in pptp_exp_gre()248 new_pcid = nat_pptp_info->pns_call_id; in pptp_inbound_pkt()
194 t.src.u.gre.key = ct_pptp_info->pns_call_id; in pptp_destroy_siblings()203 t.dst.u.gre.key = ct_pptp_info->pns_call_id; in pptp_destroy_siblings()320 if (info->pns_call_id != pcid) in pptp_inbound_pkt()355 if (info->pns_call_id != pcid) in pptp_inbound_pkt()397 ntohs(info->pns_call_id), ntohs(info->pac_call_id)); in pptp_inbound_pkt()438 info->pns_call_id = cid; in pptp_outbound_pkt()457 info->pns_call_id = cid; in pptp_outbound_pkt()493 ntohs(info->pns_call_id), ntohs(info->pac_call_id)); in pptp_outbound_pkt()
41 __be16 pns_call_id; /* call id of PNS */ member49 __be16 pns_call_id; /* NAT'ed PNS call id */ member
Completed in 10 milliseconds