Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_pptp.c204 msg = ntohs(ctlh->messageType); in exp_gre()
334 msg = ntohs(ctlh->messageType); in pptp_inbound_pkt()
497 msg = ntohs(ctlh->messageType); in conntrack_pptp_help()
/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c147 switch (msg = ntohs(ctlh->messageType)) { in pptp_outbound_pkt()
256 switch (msg = ntohs(ctlh->messageType)) { in pptp_inbound_pkt()
/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h95 __be16 messageType; member