Searched refs:ctlh (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_pptp.c | 253 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 544 ctlh = skb_header_pointer(skb, nexthdr_off, sizeof(_ctlh), &_ctlh); in conntrack_pptp_help() 545 if (!ctlh) in conntrack_pptp_help() 551 msg = ntohs(ctlh->messageType); in conntrack_pptp_help() [all …]
|
/linux-6.1.9/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-6.1.9/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 307 struct PptpControlHeader *ctlh, 312 struct PptpControlHeader *ctlh,
|