Home
last modified time | relevance | path

Searched refs:pptpReq (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_conntrack_pptp.c51 union pptp_ctrl_union *pptpReq) __read_mostly;
58 union pptp_ctrl_union *pptpReq) __read_mostly;
270 union pptp_ctrl_union *pptpReq, in pptp_inbound_pkt() argument
288 if (pptpReq->srep.resultCode == PPTP_START_OK) in pptp_inbound_pkt()
298 if (pptpReq->strep.resultCode == PPTP_STOP_OK) in pptp_inbound_pkt()
312 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
313 pcid = pptpReq->ocack.peersCallID; in pptp_inbound_pkt()
319 if (pptpReq->ocack.resultCode == PPTP_OUTCALL_CONNECT) { in pptp_inbound_pkt()
332 cid = pptpReq->icreq.callID; in pptp_inbound_pkt()
346 pcid = pptpReq->iccon.peersCallID; in pptp_inbound_pkt()
[all …]
/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_pptp.c119 union pptp_ctrl_union *pptpReq) in pptp_outbound_pkt() argument
177 ntohs(REQ_CID(pptpReq, cid_off)), ntohs(new_callid)); in pptp_outbound_pkt()
223 union pptp_ctrl_union *pptpReq) in pptp_inbound_pkt() argument
272 ntohs(REQ_CID(pptpReq, pcid_off)), ntohs(new_pcid)); in pptp_inbound_pkt()
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_pptp.h308 union pptp_ctrl_union *pptpReq);
315 union pptp_ctrl_union *pptpReq);