Home
last modified time | relevance | path

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

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