Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_pptp.c119 union pptp_ctrl_union *pptpReq) in pptp_outbound_pkt()
135 cid_off = offsetof(union pptp_ctrl_union, ocreq.callID); in pptp_outbound_pkt()
152 cid_off = offsetof(union pptp_ctrl_union, icack.callID); in pptp_outbound_pkt()
155 cid_off = offsetof(union pptp_ctrl_union, clrreq.callID); in pptp_outbound_pkt()
223 union pptp_ctrl_union *pptpReq) in pptp_inbound_pkt()
235 pcid_off = offsetof(union pptp_ctrl_union, ocack.peersCallID); in pptp_inbound_pkt()
238 pcid_off = offsetof(union pptp_ctrl_union, iccon.peersCallID); in pptp_inbound_pkt()
244 pcid_off = offsetof(union pptp_ctrl_union, wanerr.peersCallID); in pptp_inbound_pkt()
247 pcid_off = offsetof(union pptp_ctrl_union, disc.callID); in pptp_inbound_pkt()
250 pcid_off = offsetof(union pptp_ctrl_union, setlink.peersCallID); in pptp_inbound_pkt()
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_pptp.h283 union pptp_ctrl_union { union
308 union pptp_ctrl_union *pptpReq);
315 union pptp_ctrl_union *pptpReq);
/linux-4.1.27/net/netfilter/
Dnf_conntrack_pptp.c51 union pptp_ctrl_union *pptpReq) __read_mostly;
58 union pptp_ctrl_union *pptpReq) __read_mostly;
269 union pptp_ctrl_union *pptpReq, in pptp_inbound_pkt()
397 union pptp_ctrl_union *pptpReq, in pptp_outbound_pkt()
519 union pptp_ctrl_union _pptpReq, *pptpReq; in conntrack_pptp_help()