Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_conntrack_pptp.c318 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
319 pcid = pptpReq->ocack.peersCallID; in pptp_inbound_pkt()
325 if (pptpReq->ocack.resultCode == PPTP_OUTCALL_CONNECT) { in pptp_inbound_pkt()
/Linux-v5.15/include/linux/netfilter/
Dnf_conntrack_pptp.h293 struct PptpOutCallReply ocack; member
/Linux-v5.15/net/ipv4/netfilter/
Dnf_nat_pptp.c252 pcid_off = offsetof(union pptp_ctrl_union, ocack.peersCallID); in pptp_inbound_pkt()