Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c254 union pptp_ctrl_union *pptpReq, in pptp_inbound_pkt() argument
296 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
297 pcid = pptpReq->ocack.peersCallID; in pptp_inbound_pkt()
316 cid = pptpReq->icreq.callID; in pptp_inbound_pkt()
345 cid = pptpReq->disc.callID; in pptp_inbound_pkt()
381 union pptp_ctrl_union *pptpReq, in pptp_outbound_pkt() argument
413 cid = pptpReq->ocreq.callID; in pptp_outbound_pkt()
424 cid = pptpReq->icack.callID; in pptp_outbound_pkt()
554 if (reqlen > sizeof(*pptpReq)) in conntrack_pptp_help()
555 reqlen = sizeof(*pptpReq); in conntrack_pptp_help()
[all …]
/openbmc/linux/net/ipv4/netfilter/
H 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()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h308 union pptp_ctrl_union *pptpReq);
313 union pptp_ctrl_union *pptpReq);