Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c129 .register_app = NULL,
151 .register_app = NULL,
H A Dip_vs_proto_udp.c498 .register_app = udp_register_app,
H A Dip_vs_app.c105 ret = pp->register_app(ipvs, inc); in ip_vs_app_inc_new()
H A Dip_vs_proto_sctp.c583 .register_app = sctp_register_app,
H A Dip_vs_proto_tcp.c734 .register_app = tcp_register_app,
/OK3568_Linux_fs/kernel/include/net/
H A Dip_vs.h460 int (*register_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc); member