Searched refs:ctlh (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_pptp.c | 50 unsigned int protoff, struct PptpControlHeader *ctlh, 57 unsigned int protoff, struct PptpControlHeader *ctlh, 266 struct PptpControlHeader *ctlh, in pptp_inbound_pkt() argument 277 msg = ntohs(ctlh->messageType); in pptp_inbound_pkt() 380 protoff, ctlh, pptpReq); in pptp_inbound_pkt() 394 struct PptpControlHeader *ctlh, in pptp_outbound_pkt() argument 405 msg = ntohs(ctlh->messageType); in pptp_outbound_pkt() 476 protoff, ctlh, pptpReq); in pptp_outbound_pkt() 516 struct PptpControlHeader _ctlh, *ctlh; in conntrack_pptp_help() local 557 ctlh = skb_header_pointer(skb, nexthdr_off, sizeof(_ctlh), &_ctlh); in conntrack_pptp_help() [all …]
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_nat_pptp.c | 123 struct PptpControlHeader *ctlh, in pptp_outbound_pkt() argument 142 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()
|
/Linux-v4.19/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 308 struct PptpControlHeader *ctlh, 315 struct PptpControlHeader *ctlh,
|