Searched refs:debug_packet (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/netfilter/ipvs/ |
D | ip_vs_proto_ah_esp.c | 132 .debug_packet = ip_vs_tcpudp_debug_packet, 154 .debug_packet = ip_vs_tcpudp_debug_packet,
|
D | ip_vs_proto_udp.c | 501 .debug_packet = ip_vs_tcpudp_debug_packet,
|
D | ip_vs_proto_sctp.c | 593 .debug_packet = ip_vs_tcpudp_debug_packet,
|
D | ip_vs_proto_tcp.c | 744 .debug_packet = ip_vs_tcpudp_debug_packet,
|
/linux-6.1.9/drivers/platform/chrome/ |
D | cros_ec_spi.c | 103 static void debug_packet(struct device *dev, const char *name, u8 *ptr, in debug_packet() function 373 debug_packet(ec_dev->dev, "interim", ptr, todo); in cros_ec_spi_receive_response() 566 debug_packet(ec_dev->dev, "out", ec_dev->dout, len); in do_cros_ec_cmd_xfer_spi() 631 debug_packet(ec_dev->dev, "in", ptr, len + 3); in do_cros_ec_cmd_xfer_spi()
|
/linux-6.1.9/include/net/ |
D | ip_vs.h | 241 pp->debug_packet(af, pp, skb, ofs, msg); \ 247 pp->debug_packet(af, pp, skb, ofs, msg); \ 466 void (*debug_packet)(int af, struct ip_vs_protocol *pp, member
|