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