Home
last modified time | relevance | path

Searched refs:debug_packet (Results 1 – 5 of 5) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c132 .debug_packet = ip_vs_tcpudp_debug_packet,
154 .debug_packet = ip_vs_tcpudp_debug_packet,
H A Dip_vs_proto_udp.c501 .debug_packet = ip_vs_tcpudp_debug_packet,
H A Dip_vs_proto_sctp.c595 .debug_packet = ip_vs_tcpudp_debug_packet,
H A Dip_vs_proto_tcp.c744 .debug_packet = ip_vs_tcpudp_debug_packet,
/linux/include/net/
H A Dip_vs.h244 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