Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c296 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
297 pcid = pptpReq->ocack.peersCallID; in pptp_inbound_pkt()
303 if (pptpReq->ocack.resultCode == PPTP_OUTCALL_CONNECT) { in pptp_inbound_pkt()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h293 struct PptpOutCallReply ocack; member
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c252 pcid_off = offsetof(union pptp_ctrl_union, ocack.peersCallID); in pptp_inbound_pkt()