Searched refs:ctlh (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_pptp.c | 50 unsigned int protoff, struct PptpControlHeader *ctlh, 57 unsigned int protoff, struct PptpControlHeader *ctlh, 269 struct PptpControlHeader *ctlh, in pptp_inbound_pkt() argument 280 msg = ntohs(ctlh->messageType); in pptp_inbound_pkt() 383 protoff, ctlh, pptpReq); in pptp_inbound_pkt() 397 struct PptpControlHeader *ctlh, in pptp_outbound_pkt() argument 408 msg = ntohs(ctlh->messageType); in pptp_outbound_pkt() 479 protoff, ctlh, pptpReq); in pptp_outbound_pkt() 519 struct PptpControlHeader _ctlh, *ctlh; in conntrack_pptp_help() local 552 ctlh = skb_header_pointer(skb, nexthdr_off, sizeof(_ctlh), &_ctlh); in conntrack_pptp_help() [all …]
|
/linux-4.4.14/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.4.14/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 307 struct PptpControlHeader *ctlh, 314 struct PptpControlHeader *ctlh,
|