Home
last modified time | relevance | path

Searched refs:PPTP_MSG_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c53 static const char *const pptp_msg_name_array[PPTP_MSG_MAX + 1] = {
74 if (msg > PPTP_MSG_MAX) in pptp_msg_name()
552 if (msg > 0 && msg <= PPTP_MSG_MAX && reqlen < pptp_msg_size[msg]) in conntrack_pptp_help()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h83 #define PPTP_MSG_MAX 15 macro