Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_conntrack_pptp.c276 union pptp_ctrl_union *pptpReq, in pptp_inbound_pkt() argument
318 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
338 cid = pptpReq->icreq.callID; in pptp_inbound_pkt()
367 cid = pptpReq->disc.callID; in pptp_inbound_pkt()
389 protoff, ctlh, pptpReq); in pptp_inbound_pkt()
436 cid = pptpReq->ocreq.callID; in pptp_outbound_pkt()
447 cid = pptpReq->icack.callID; in pptp_outbound_pkt()
485 protoff, ctlh, pptpReq); in pptp_outbound_pkt()
578 if (reqlen > sizeof(*pptpReq)) in conntrack_pptp_help()
579 reqlen = sizeof(*pptpReq); in conntrack_pptp_help()
[all …]
/linux/net/ipv4/netfilter/
A 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/include/linux/netfilter/
A Dnf_conntrack_pptp.h308 union pptp_ctrl_union *pptpReq);
315 union pptp_ctrl_union *pptpReq);

Completed in 9 milliseconds