Lines Matching refs:dcb_app
503 struct dcb_app app = { in dcbnl_getapp()
572 struct dcb_app app; in dcbnl_setapp()
1012 struct dcb_app *table = NULL; in dcbnl_build_peer_app()
1024 table = kmalloc_objs(struct dcb_app, app_count); in dcbnl_build_peer_app()
1050 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1108 struct dcb_app *app)) in dcbnl_app_table_setdel()
1110 struct dcb_app *app_data; in dcbnl_app_table_setdel()
1121 if (nla_len(attr_itr) < sizeof(struct dcb_app)) in dcbnl_app_table_setdel()
1969 static struct dcb_app_type *dcb_rewr_lookup(const struct dcb_app *app, in dcb_rewr_lookup()
1985 static struct dcb_app_type *dcb_app_lookup(const struct dcb_app *app, in dcb_app_lookup()
2001 static int dcb_app_add(struct list_head *list, const struct dcb_app *app, in dcb_app_add()
2026 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp()
2050 int dcb_setapp(struct net_device *dev, struct dcb_app *new) in dcb_setapp()
2093 u8 dcb_ieee_getapp_mask(struct net_device *dev, struct dcb_app *app) in dcb_ieee_getapp_mask()
2109 u16 dcb_getrewr(struct net_device *dev, struct dcb_app *app) in dcb_getrewr()
2125 int dcb_setrewr(struct net_device *dev, struct dcb_app *new) in dcb_setrewr()
2145 int dcb_delrewr(struct net_device *dev, struct dcb_app *del) in dcb_delrewr()
2175 int dcb_ieee_setapp(struct net_device *dev, struct dcb_app *new) in dcb_ieee_setapp()
2208 int dcb_ieee_delapp(struct net_device *dev, struct dcb_app *del) in dcb_ieee_delapp()