Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c424 cid = pptpReq->icack.callID; in pptp_outbound_pkt()
425 pcid = pptpReq->icack.peersCallID; in pptp_outbound_pkt()
431 if (pptpReq->icack.resultCode == PPTP_INCALL_ACCEPT) { in pptp_outbound_pkt()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h295 struct PptpInCallReply icack; member
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c162 cid_off = offsetof(union pptp_ctrl_union, icack.callID); in pptp_outbound_pkt()