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_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1051 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1109 struct dcb_app *app)) in dcbnl_app_table_setdel()
1111 struct dcb_app *app_data; in dcbnl_app_table_setdel()
1122 if (nla_len(attr_itr) < sizeof(struct dcb_app)) in dcbnl_app_table_setdel()
1970 static struct dcb_app_type *dcb_rewr_lookup(const struct dcb_app *app, in dcb_rewr_lookup()
1986 static struct dcb_app_type *dcb_app_lookup(const struct dcb_app *app, in dcb_app_lookup()
2002 static int dcb_app_add(struct list_head *list, const struct dcb_app *app, in dcb_app_add()
2027 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp()
2051 int dcb_setapp(struct net_device *dev, struct dcb_app *new) in dcb_setapp()
2094 u8 dcb_ieee_getapp_mask(struct net_device *dev, struct dcb_app *app) in dcb_ieee_getapp_mask()
2110 u16 dcb_getrewr(struct net_device *dev, struct dcb_app *app) in dcb_getrewr()
2126 int dcb_setrewr(struct net_device *dev, struct dcb_app *new) in dcb_setrewr()
2146 int dcb_delrewr(struct net_device *dev, struct dcb_app *del) in dcb_delrewr()
2176 int dcb_ieee_setapp(struct net_device *dev, struct dcb_app *new) in dcb_ieee_setapp()
2209 int dcb_ieee_delapp(struct net_device *dev, struct dcb_app *del) in dcb_ieee_delapp()