Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_conntrack_pptp.c52 union pptp_ctrl_union *pptpReq) __read_mostly;
59 union pptp_ctrl_union *pptpReq) __read_mostly;
276 union pptp_ctrl_union *pptpReq, in pptp_inbound_pkt() argument
294 if (pptpReq->srep.resultCode == PPTP_START_OK) in pptp_inbound_pkt()
304 if (pptpReq->strep.resultCode == PPTP_STOP_OK) in pptp_inbound_pkt()
318 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
319 pcid = pptpReq->ocack.peersCallID; in pptp_inbound_pkt()
325 if (pptpReq->ocack.resultCode == PPTP_OUTCALL_CONNECT) { in pptp_inbound_pkt()
338 cid = pptpReq->icreq.callID; in pptp_inbound_pkt()
352 pcid = pptpReq->iccon.peersCallID; in pptp_inbound_pkt()
[all …]
/Linux-v5.15/net/ipv4/netfilter/
Dnf_nat_pptp.c125 union pptp_ctrl_union *pptpReq) in pptp_outbound_pkt() argument
186 ntohs(REQ_CID(pptpReq, cid_off)), ntohs(new_callid)); in pptp_outbound_pkt()
236 union pptp_ctrl_union *pptpReq) in pptp_inbound_pkt() argument
287 ntohs(REQ_CID(pptpReq, pcid_off)), ntohs(new_pcid)); in pptp_inbound_pkt()
/Linux-v5.15/include/linux/netfilter/
Dnf_conntrack_pptp.h308 union pptp_ctrl_union *pptpReq);
315 union pptp_ctrl_union *pptpReq);