Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
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()
/linux-6.1.9/include/linux/netfilter/
Dnf_conntrack_pptp.h83 #define PPTP_MSG_MAX 15 macro