Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c467 .debug_packet = ip_vs_tcpudp_debug_packet,
H A Dip_vs_proto_sctp.c586 .debug_packet = ip_vs_tcpudp_debug_packet,
H A Dip_vs_proto_tcp.c701 .debug_packet = ip_vs_tcpudp_debug_packet,
/linux/include/net/
H A Dip_vs.h270 pp->debug_packet(af, pp, skb, ofs, msg); \
276 pp->debug_packet(af, pp, skb, ofs, msg); \
770 void (*debug_packet)(int af, struct ip_vs_protocol *pp, member