Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_pptp.c438 cid = pptpReq->icack.callID; in pptp_outbound_pkt()
439 pcid = pptpReq->icack.peersCallID; in pptp_outbound_pkt()
445 if (pptpReq->icack.resultCode == PPTP_INCALL_ACCEPT) { in pptp_outbound_pkt()
/Linux-v4.19/include/linux/netfilter/
Dnf_conntrack_pptp.h292 struct PptpInCallReply icack; member
/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_pptp.c161 cid_off = offsetof(union pptp_ctrl_union, icack.callID); in pptp_outbound_pkt()