Searched refs:idtype (Results 1 - 1 of 1) sorted by relevance

/net/dcb/
H A Ddcbnl.c450 u8 up, idtype; local
467 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]);
468 if ((idtype != DCB_APP_IDTYPE_ETHTYPE) &&
469 (idtype != DCB_APP_IDTYPE_PORTNUM))
475 up = netdev->dcbnl_ops->getapp(netdev, idtype, id);
478 .selector = idtype,
488 ret = nla_put_u8(skb, DCB_APP_ATTR_IDTYPE, idtype);
514 u8 up, idtype; local
532 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]);
533 if ((idtype !
[all...]

Completed in 39 milliseconds