Searched refs:ctlh (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_pptp.c | 50 unsigned int protoff, struct PptpControlHeader *ctlh, 57 unsigned int protoff, struct PptpControlHeader *ctlh, 268 struct PptpControlHeader *ctlh, in pptp_inbound_pkt() argument 279 msg = ntohs(ctlh->messageType); in pptp_inbound_pkt() 382 protoff, ctlh, pptpReq); in pptp_inbound_pkt() 396 struct PptpControlHeader *ctlh, in pptp_outbound_pkt() argument 407 msg = ntohs(ctlh->messageType); in pptp_outbound_pkt() 478 protoff, ctlh, pptpReq); in pptp_outbound_pkt() 518 struct PptpControlHeader _ctlh, *ctlh; in conntrack_pptp_help() local 551 ctlh = skb_header_pointer(skb, nexthdr_off, sizeof(_ctlh), &_ctlh); in conntrack_pptp_help() [all …]
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_pptp.c | 118 struct PptpControlHeader *ctlh, in pptp_outbound_pkt() argument 133 switch (msg = ntohs(ctlh->messageType)) { in pptp_outbound_pkt() 222 struct PptpControlHeader *ctlh, in pptp_inbound_pkt() argument 233 switch (msg = ntohs(ctlh->messageType)) { in pptp_inbound_pkt()
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 307 struct PptpControlHeader *ctlh, 314 struct PptpControlHeader *ctlh,
|