Home
last modified time | relevance | path

Searched defs:app (Results 1 – 7 of 7) sorted by relevance

/net/802/
Dmrp.c236 static struct mrp_attr *mrp_attr_lookup(const struct mrp_applicant *app, in mrp_attr_lookup()
256 static struct mrp_attr *mrp_attr_create(struct mrp_applicant *app, in mrp_attr_create()
289 static void mrp_attr_destroy(struct mrp_applicant *app, struct mrp_attr *attr) in mrp_attr_destroy()
295 static void mrp_attr_destroy_all(struct mrp_applicant *app) in mrp_attr_destroy_all()
308 static int mrp_pdu_init(struct mrp_applicant *app) in mrp_pdu_init()
331 static int mrp_pdu_append_end_mark(struct mrp_applicant *app) in mrp_pdu_append_end_mark()
342 static void mrp_pdu_queue(struct mrp_applicant *app) in mrp_pdu_queue()
359 static void mrp_queue_xmit(struct mrp_applicant *app) in mrp_queue_xmit()
367 static int mrp_pdu_append_msg_hdr(struct mrp_applicant *app, in mrp_pdu_append_msg_hdr()
388 static int mrp_pdu_append_vecattr_hdr(struct mrp_applicant *app, in mrp_pdu_append_vecattr_hdr()
[all …]
Dgarp.c147 static struct garp_attr *garp_attr_lookup(const struct garp_applicant *app, in garp_attr_lookup()
167 static struct garp_attr *garp_attr_create(struct garp_applicant *app, in garp_attr_create()
200 static void garp_attr_destroy(struct garp_applicant *app, struct garp_attr *attr) in garp_attr_destroy()
206 static void garp_attr_destroy_all(struct garp_applicant *app) in garp_attr_destroy_all()
219 static int garp_pdu_init(struct garp_applicant *app) in garp_pdu_init()
241 static int garp_pdu_append_end_mark(struct garp_applicant *app) in garp_pdu_append_end_mark()
249 static void garp_pdu_queue(struct garp_applicant *app) in garp_pdu_queue()
267 static void garp_queue_xmit(struct garp_applicant *app) in garp_queue_xmit()
275 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg()
287 static int garp_pdu_append_attr(struct garp_applicant *app, in garp_pdu_append_attr()
[all …]
/net/netfilter/ipvs/
Dip_vs_app.c45 static inline int ip_vs_app_get(struct ip_vs_app *app) in ip_vs_app_get()
51 static inline void ip_vs_app_put(struct ip_vs_app *app) in ip_vs_app_put()
73 ip_vs_app_inc_new(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in ip_vs_app_inc_new()
173 register_ip_vs_app_inc(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in register_ip_vs_app_inc()
189 struct ip_vs_app *register_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app) in register_ip_vs_app()
232 void unregister_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app) in unregister_ip_vs_app()
361 struct ip_vs_app *app, in app_tcp_pkt_out()
414 struct ip_vs_app *app; in ip_vs_app_pkt_out() local
438 struct ip_vs_app *app, in app_tcp_pkt_in()
491 struct ip_vs_app *app; in ip_vs_app_pkt_in() local
[all …]
Dip_vs_ftp.c77 ip_vs_ftp_init_conn(struct ip_vs_app *app, struct ip_vs_conn *cp) in ip_vs_ftp_init_conn()
86 ip_vs_ftp_done_conn(struct ip_vs_app *app, struct ip_vs_conn *cp) in ip_vs_ftp_done_conn()
248 static int ip_vs_ftp_out(struct ip_vs_app *app, struct ip_vs_conn *cp, in ip_vs_ftp_out()
418 static int ip_vs_ftp_in(struct ip_vs_app *app, struct ip_vs_conn *cp, in ip_vs_ftp_in()
578 struct ip_vs_app *app; in __ip_vs_ftp_init() local
/net/bluetooth/cmtp/
Dcapi.c75 struct cmtp_application *app = kzalloc(sizeof(*app), GFP_KERNEL); in cmtp_application_add() local
90 static void cmtp_application_del(struct cmtp_session *session, struct cmtp_application *app) in cmtp_application_del()
102 struct cmtp_application *app; in cmtp_application_get() local
511 struct cmtp_application *app; in cmtp_proc_show() local
/net/dcb/
Ddcbnl.c469 struct dcb_app app = { in dcbnl_getapp() local
538 struct dcb_app app; in dcbnl_setapp() local
1000 struct nlattr *app; in dcbnl_build_peer_app() local
1033 struct nlattr *ieee, *app; in dcbnl_ieee_fill() local
1229 struct nlattr *cee, *app; in dcbnl_cee_fill() local
1799 static struct dcb_app_type *dcb_app_lookup(const struct dcb_app *app, in dcb_app_lookup()
1815 static int dcb_app_add(const struct dcb_app *app, int ifindex) in dcb_app_add()
1839 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp()
1906 u8 dcb_ieee_getapp_mask(struct net_device *dev, struct dcb_app *app) in dcb_ieee_getapp_mask()
/net/sctp/
Dinput.c477 struct sctp_association **app, in sctp_err_lookup()