Home
last modified time | relevance | path

Searched refs:register_app (Results 1 – 6 of 6) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c128 .register_app = NULL,
150 .register_app = NULL,
H A Dip_vs_app.c104 ret = pp->register_app(ipvs, inc); in ip_vs_app_inc_new()
H A Dip_vs_proto_udp.c491 .register_app = udp_register_app,
H A Dip_vs_proto_sctp.c579 .register_app = sctp_register_app,
H A Dip_vs_proto_tcp.c726 .register_app = tcp_register_app,
/linux/include/net/
H A Dip_vs.h521 int (*register_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc); member