Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_pptp.c311 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
312 pcid = pptpReq->ocack.peersCallID; in pptp_inbound_pkt()
318 if (pptpReq->ocack.resultCode == PPTP_OUTCALL_CONNECT) { in pptp_inbound_pkt()
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_pptp.h289 struct PptpOutCallReply ocack; member
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_pptp.c235 pcid_off = offsetof(union pptp_ctrl_union, ocack.peersCallID); in pptp_inbound_pkt()