Searched refs:ctlh (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/net/netfilter/ |
D | nf_conntrack_pptp.c | 51 unsigned int protoff, struct PptpControlHeader *ctlh, 58 unsigned int protoff, struct PptpControlHeader *ctlh, 275 struct PptpControlHeader *ctlh, in pptp_inbound_pkt() argument 286 msg = ntohs(ctlh->messageType); in pptp_inbound_pkt() 389 protoff, ctlh, pptpReq); in pptp_inbound_pkt() 403 struct PptpControlHeader *ctlh, in pptp_outbound_pkt() argument 414 msg = ntohs(ctlh->messageType); in pptp_outbound_pkt() 485 protoff, ctlh, pptpReq); in pptp_outbound_pkt() 525 struct PptpControlHeader _ctlh, *ctlh; in conntrack_pptp_help() local 568 ctlh = skb_header_pointer(skb, nexthdr_off, sizeof(_ctlh), &_ctlh); in conntrack_pptp_help() [all …]
|
/Linux-v5.15/net/ipv4/netfilter/ |
D | nf_nat_pptp.c | 124 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()
|
/Linux-v5.15/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 307 struct PptpControlHeader *ctlh, 314 struct PptpControlHeader *ctlh,
|