Searched refs:app (Results 1 – 3 of 3) sorted by relevance
/include/net/ |
D | garp.h | 99 struct garp_application *app; member 115 extern int garp_register_application(struct garp_application *app); 116 extern void garp_unregister_application(struct garp_application *app); 119 struct garp_application *app); 121 struct garp_application *app); 124 const struct garp_application *app, 127 const struct garp_application *app,
|
D | ip_vs.h | 526 struct ip_vs_app *app; /* bound ip_vs_app object */ member 730 struct ip_vs_app *app; /* its real application */ member 767 int (*conn_schedule)(struct sk_buff *skb, struct ip_vs_app *app, 771 (*conn_in_get)(const struct sk_buff *skb, struct ip_vs_app *app, 776 (*conn_out_get)(const struct sk_buff *skb, struct ip_vs_app *app, 782 struct ip_vs_app *app); 784 void (*timeout_change)(struct ip_vs_app *app, int flags); 1111 extern int register_ip_vs_app(struct net *net, struct ip_vs_app *app); 1112 extern void unregister_ip_vs_app(struct net *net, struct ip_vs_app *app); 1115 extern int register_ip_vs_app_inc(struct net *net, struct ip_vs_app *app,
|
D | dcbnl.h | 27 struct dcb_app app; member
|