Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_pptp.c58 [PPTP_STOP_SESSION_REPLY] = "STOP_SESSION_REPLY",
218 case PPTP_STOP_SESSION_REPLY: in exp_gre()
420 [PPTP_STOP_SESSION_REPLY] = sizeof(struct PptpStopSessionReply), in pptp_outbound_pkt()
/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c180 case PPTP_STOP_SESSION_REPLY: in pptp_outbound_pkt()
281 case PPTP_STOP_SESSION_REPLY: in pptp_inbound_pkt()
/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h70 #define PPTP_STOP_SESSION_REPLY 4 macro