Searched refs:debug_packet (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_proto_ah_esp.c | 137 .debug_packet = ip_vs_tcpudp_debug_packet, 160 .debug_packet = ip_vs_tcpudp_debug_packet,
|
D | ip_vs_proto_udp.c | 503 .debug_packet = ip_vs_tcpudp_debug_packet,
|
D | ip_vs_proto_sctp.c | 594 .debug_packet = ip_vs_tcpudp_debug_packet,
|
D | ip_vs_proto_tcp.c | 743 .debug_packet = ip_vs_tcpudp_debug_packet,
|
/Linux-v4.19/drivers/platform/chrome/ |
D | cros_ec_spi.c | 88 static void debug_packet(struct device *dev, const char *name, u8 *ptr, in debug_packet() function 352 debug_packet(ec_dev->dev, "interim", ptr, todo); in cros_ec_spi_receive_response() 540 debug_packet(ec_dev->dev, "out", ec_dev->dout, len); in cros_ec_cmd_xfer_spi() 605 debug_packet(ec_dev->dev, "in", ptr, len + 3); in cros_ec_cmd_xfer_spi()
|
/Linux-v4.19/include/net/ |
D | ip_vs.h | 243 pp->debug_packet(af, pp, skb, ofs, msg); \ 249 pp->debug_packet(af, pp, skb, ofs, msg); \ 471 void (*debug_packet)(int af, struct ip_vs_protocol *pp, member
|