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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Dnl-mac.c347 page = nla_get_u8(info->attrs[IEEE802154_ATTR_PAGE]);
352 nla_get_u8(info->attrs[IEEE802154_ATTR_CHANNEL]),
354 nla_get_u8(info->attrs[IEEE802154_ATTR_CAPABILITY]));
384 nla_get_u8(info->attrs[IEEE802154_ATTR_STATUS]));
419 nla_get_u8(info->attrs[IEEE802154_ATTR_REASON]));
460 channel = nla_get_u8(info->attrs[IEEE802154_ATTR_CHANNEL]);
461 bcn_ord = nla_get_u8(info->attrs[IEEE802154_ATTR_BCN_ORD]);
462 sf_ord = nla_get_u8(info->attrs[IEEE802154_ATTR_SF_ORD]);
463 pan_coord = nla_get_u8(info->attrs[IEEE802154_ATTR_PAN_COORD]);
464 blx = nla_get_u8(inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_testmode.c83 answer = nla_get_u8(tb[WL1271_TM_ATTR_ANSWER]);
128 ie_id = nla_get_u8(tb[WL1271_TM_ATTR_IE_ID]);
169 ie_id = nla_get_u8(tb[WL1271_TM_ATTR_IE_ID]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_netlink.c124 proto_version = nla_get_u8(info->attrs[L2TP_ATTR_PROTO_VERSION]);
400 cfg.data_seq = nla_get_u8(info->attrs[L2TP_ATTR_DATA_SEQ]);
404 cfg.l2specific_type = nla_get_u8(info->attrs[L2TP_ATTR_L2SPEC_TYPE]);
408 cfg.l2specific_len = nla_get_u8(info->attrs[L2TP_ATTR_L2SPEC_LEN]);
439 cfg.recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]);
442 cfg.send_seq = nla_get_u8(info->attrs[L2TP_ATTR_SEND_SEQ]);
445 cfg.lns_mode = nla_get_u8(info->attrs[L2TP_ATTR_LNS_MODE]);
528 session->data_seq = nla_get_u8(info->attrs[L2TP_ATTR_DATA_SEQ]);
531 session->recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]);
534 session->send_seq = nla_get_u8(inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dcb/
H A Ddcbnl.c497 value = nla_get_u8(data[i]);
537 value = nla_get_u8(tb[DCB_ATTR_PFC_STATE]);
574 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]);
646 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]);
652 up = nla_get_u8(app_tb[DCB_APP_ATTR_PRIORITY]);
839 value = nla_get_u8(tb[DCB_ATTR_STATE]);
868 value = nla_get_u8(data[i]);
933 nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_STRICT_PRIO]);
936 pgid = nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_PGID]);
939 tc_pct = nla_get_u8(param_t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_dccp.c675 nla_get_u8(tb[CTA_PROTOINFO_DCCP_ROLE]) > CT_DCCP_ROLE_MAX ||
676 nla_get_u8(tb[CTA_PROTOINFO_DCCP_STATE]) >= CT_DCCP_IGNORE) {
681 ct->proto.dccp.state = nla_get_u8(tb[CTA_PROTOINFO_DCCP_STATE]);
682 if (nla_get_u8(tb[CTA_PROTOINFO_DCCP_ROLE]) == CT_DCCP_ROLE_CLIENT) {
H A Dnf_conntrack_proto_tcp.c1216 nla_get_u8(tb[CTA_PROTOINFO_TCP_STATE]) >= TCP_CONNTRACK_MAX)
1221 ct->proto.tcp.state = nla_get_u8(tb[CTA_PROTOINFO_TCP_STATE]);
1242 nla_get_u8(tb[CTA_PROTOINFO_TCP_WSCALE_ORIGINAL]);
1244 nla_get_u8(tb[CTA_PROTOINFO_TCP_WSCALE_REPLY]);
H A Dnf_conntrack_proto_sctp.c524 ct->proto.sctp.state = nla_get_u8(tb[CTA_PROTOINFO_SCTP_STATE]);
H A Dnf_conntrack_netlink.c711 tuple->dst.protonum = nla_get_u8(tb[CTA_PROTO_NUM]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_conntrack_proto_icmp.c249 tuple->dst.u.icmp.type = nla_get_u8(tb[CTA_PROTO_ICMP_TYPE]);
250 tuple->dst.u.icmp.code = nla_get_u8(tb[CTA_PROTO_ICMP_CODE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c255 tuple->dst.u.icmp.type = nla_get_u8(tb[CTA_PROTO_ICMPV6_TYPE]);
256 tuple->dst.u.icmp.code = nla_get_u8(tb[CTA_PROTO_ICMPV6_CODE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpn_netlink.c85 pnaddr = nla_get_u8(tb[IFA_LOCAL]);
245 dst = nla_get_u8(tb[RTA_DST]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_dsmark.c138 mask = nla_get_u8(tb[TCA_DSMARK_MASK]);
141 p->value[*arg-1] = nla_get_u8(tb[TCA_DSMARK_VALUE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_netlink.c164 new_state = nla_get_u8(protinfo);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c273 k->idx = nla_get_u8(tb[NL80211_KEY_IDX]);
304 k->idx = nla_get_u8(info->attrs[NL80211_ATTR_KEY_IDX]);
687 txq_params->queue = nla_get_u8(tb[NL80211_TXQ_ATTR_QUEUE]);
691 txq_params->aifs = nla_get_u8(tb[NL80211_TXQ_ATTR_AIFS]);
904 retry_short = nla_get_u8(
914 retry_long = nla_get_u8(
949 coverage_class = nla_get_u8(
1201 params.use_4addr = !!nla_get_u8(info->attrs[NL80211_ATTR_4ADDR]);
1280 params.use_4addr = !!nla_get_u8(info->attrs[NL80211_ATTR_4ADDR]);
1389 key_idx = nla_get_u8(inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dchnl_net.c426 if (nla_get_u8(data[IFLA_CAIF_LOOPBACK]))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drtnetlink.c1199 set_operstate(dev, nla_get_u8(tb[IFLA_OPERSTATE]));
1203 dev->link_mode = nla_get_u8(tb[IFLA_LINKMODE]);
1420 set_operstate(dev, nla_get_u8(tb[IFLA_OPERSTATE]));
1422 dev->link_mode = nla_get_u8(tb[IFLA_LINKMODE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetlink.h134 * nla_get_u8(nla) get payload for a u8 attribute
887 * nla_get_u8 - return payload of u8 attribute
890 static inline u8 nla_get_u8(const struct nlattr *nla) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_gre.c1424 parms->iph.ttl = nla_get_u8(data[IFLA_GRE_TTL]);
1427 parms->iph.tos = nla_get_u8(data[IFLA_GRE_TOS]);
1429 if (!data[IFLA_GRE_PMTUDISC] || nla_get_u8(data[IFLA_GRE_PMTUDISC]))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_cipso_v4.c119 doi_def->tags[iter++] = nla_get_u8(nla);
H A Dnetlabel_unlabeled.c875 value = nla_get_u8(info->attrs[NLBL_UNLABEL_A_ACPTFLG]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Denic_main.c1160 enic->pp.request = nla_get_u8(port[IFLA_PORT_REQUEST]);

Completed in 2259 milliseconds