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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netlink.c154 new_state = nla_get_u8(protinfo);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_unlabeled.c123 value = nla_get_u8(info->attrs[NLBL_UNLABEL_A_ACPTFLG]);
H A Dnetlabel_cipso_v4.c135 doi_def->tags[iter++] = nla_get_u8(nla);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h133 * nla_get_u8(nla) get payload for a u8 attribute
857 * nla_get_u8 - return payload of u8 attribute
860 static inline u8 nla_get_u8(struct nlattr *nla) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c705 set_operstate(dev, nla_get_u8(tb[IFLA_OPERSTATE]));
709 dev->link_mode = nla_get_u8(tb[IFLA_LINKMODE]);

Completed in 69 milliseconds