Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c178 case PPTP_ECHO_REPLY: in pptp_outbound_pkt()
277 case PPTP_ECHO_REPLY: in pptp_inbound_pkt()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c60 [PPTP_ECHO_REPLY] = "ECHO_REPLY",
356 case PPTP_ECHO_REPLY: in pptp_inbound_pkt()
451 case PPTP_ECHO_REPLY: in pptp_outbound_pkt()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h72 #define PPTP_ECHO_REPLY 6 macro