Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_pptp.c309 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
310 pcid = pptpReq->ocack.peersCallID; in pptp_inbound_pkt()
316 if (pptpReq->ocack.resultCode == PPTP_OUTCALL_CONNECT) { in pptp_inbound_pkt()
/Linux-v4.19/include/linux/netfilter/
Dnf_conntrack_pptp.h290 struct PptpOutCallReply ocack; member
/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_pptp.c252 pcid_off = offsetof(union pptp_ctrl_union, ocack.peersCallID); in pptp_inbound_pkt()