Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c253 struct PptpControlHeader *ctlh, in pptp_inbound_pkt() argument
264 msg = ntohs(ctlh->messageType); in pptp_inbound_pkt()
366 return hook->inbound(skb, ct, ctinfo, protoff, ctlh, pptpReq); in pptp_inbound_pkt()
380 struct PptpControlHeader *ctlh, in pptp_outbound_pkt() argument
391 msg = ntohs(ctlh->messageType); in pptp_outbound_pkt()
461 return hook->outbound(skb, ct, ctinfo, protoff, ctlh, pptpReq); in pptp_outbound_pkt()
501 struct PptpControlHeader _ctlh, *ctlh; in conntrack_pptp_help() local
545 if (!ctlh) in conntrack_pptp_help()
551 msg = ntohs(ctlh->messageType); in conntrack_pptp_help()
570 ret = pptp_outbound_pkt(skb, protoff, ctlh, pptpReq, reqlen, ct, in conntrack_pptp_help()
[all …]
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c124 struct PptpControlHeader *ctlh, in pptp_outbound_pkt() argument
143 switch (msg = ntohs(ctlh->messageType)) { in pptp_outbound_pkt()
235 struct PptpControlHeader *ctlh, in pptp_inbound_pkt() argument
250 switch (msg = ntohs(ctlh->messageType)) { in pptp_inbound_pkt()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h307 struct PptpControlHeader *ctlh,
312 struct PptpControlHeader *ctlh,