Searched refs:nla_get_u32 (Results 1 - 25 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_cipso_v4.c108 doi_def->doi = nla_get_u32(info->attrs[NLBL_CIPSOV4_A_DOI]);
188 if (nla_get_u32(nla_b) >
191 if (nla_get_u32(nla_b) >=
194 nla_get_u32(nla_b) + 1;
197 if (nla_get_u32(nla_b) >
200 if (nla_get_u32(nla_b) >=
203 nla_get_u32(nla_b) + 1;
238 doi_def->map.std->lvl.local[nla_get_u32(lvl_loc)] =
239 nla_get_u32(lvl_rem);
240 doi_def->map.std->lvl.cipso[nla_get_u32(lvl_re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dop-state-get.c64 ifindex = nla_get_u32(info->attrs[WIMAX_GNL_STGET_IFIDX]);
H A Dop-reset.c121 ifindex = nla_get_u32(info->attrs[WIMAX_GNL_RESET_IFIDX]);
H A Dop-rfkill.c378 ifindex = nla_get_u32(info->attrs[WIMAX_GNL_RFKILL_IFIDX]);
389 new_state = nla_get_u32(info->attrs[WIMAX_GNL_RFKILL_STATE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dzlib.c85 ? nla_get_u32(tb[ZLIB_COMP_LEVEL])
88 ? nla_get_u32(tb[ZLIB_COMP_METHOD])
91 ? nla_get_u32(tb[ZLIB_COMP_WINDOWBITS])
94 ? nla_get_u32(tb[ZLIB_COMP_MEMLEVEL])
97 ? nla_get_u32(tb[ZLIB_COMP_STRATEGY])
205 ? nla_get_u32(tb[ZLIB_DECOMP_WINDOWBITS])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_flow.c438 baseclass = nla_get_u32(tb[TCA_FLOW_BASECLASS]);
444 keymask = nla_get_u32(tb[TCA_FLOW_KEYS]);
470 mode = nla_get_u32(tb[TCA_FLOW_MODE]);
479 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ;
490 mode = nla_get_u32(tb[TCA_FLOW_MODE]);
497 perturb_period = nla_get_u32(tb[TCA_FLOW_PERTURB]) * HZ;
532 f->mask = nla_get_u32(tb[TCA_FLOW_MASK]);
534 f->xor = nla_get_u32(tb[TCA_FLOW_XOR]);
536 f->rshift = nla_get_u32(tb[TCA_FLOW_RSHIFT]);
538 f->addend = nla_get_u32(t
[all...]
H A Dcls_fw.c211 f->res.classid = nla_get_u32(tb[TCA_FW_CLASSID]);
224 mask = nla_get_u32(tb[TCA_FW_MASK]);
268 mask = nla_get_u32(tb[TCA_FW_MASK]);
H A Dcls_route.c348 to = nla_get_u32(tb[TCA_ROUTE4_TO]);
357 id = nla_get_u32(tb[TCA_ROUTE4_FROM]);
362 id = nla_get_u32(tb[TCA_ROUTE4_IIF]);
407 f->res.classid = nla_get_u32(tb[TCA_ROUTE4_CLASSID]);
H A Dcls_tcindex.c219 cp.hash = nla_get_u32(tb[TCA_TCINDEX_HASH]);
225 cp.shift = nla_get_u32(tb[TCA_TCINDEX_SHIFT]);
240 cp.fall_through = nla_get_u32(tb[TCA_TCINDEX_FALL_THROUGH]);
292 cr.res.classid = nla_get_u32(tb[TCA_TCINDEX_CLASSID]);
H A Dact_ipt.c134 index = nla_get_u32(tb[TCA_IPT_INDEX]);
151 hook = nla_get_u32(tb[TCA_IPT_HOOK]);
H A Dact_police.c230 police->tcfp_result = nla_get_u32(tb[TCA_POLICE_RESULT]);
243 police->tcfp_ewma_rate = nla_get_u32(tb[TCA_POLICE_AVRATE]);
H A Dcls_u32.c507 u32 handle = nla_get_u32(tb[TCA_U32_LINK]);
530 n->res.classid = nla_get_u32(tb[TCA_U32_CLASSID]);
577 unsigned divisor = nla_get_u32(tb[TCA_U32_DIVISOR]);
603 htid = nla_get_u32(tb[TCA_U32_HASH]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_netlink.c57 tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
58 session_id = nla_get_u32(info->attrs[L2TP_ATTR_SESSION_ID]);
112 tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
118 peer_tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_PEER_CONN_ID]);
134 fd = nla_get_u32(info->attrs[L2TP_ATTR_FD]);
149 cfg.debug = nla_get_u32(info->attrs[L2TP_ATTR_DEBUG]);
181 tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
206 tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
215 tunnel->debug = nla_get_u32(info->attrs[L2TP_ATTR_DEBUG]);
293 tunnel_id = nla_get_u32(inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirnetlink.c58 mode = nla_get_u32(info->attrs[IRDA_NL_ATTR_MODE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dfib_rules.h103 return nla_get_u32(nla[FRA_TABLE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c47 ifindex = nla_get_u32(attrs[NL80211_ATTR_IFINDEX]);
185 res = nla_get_u32(nl80211_fam.attrbuf[NL80211_ATTR_IFINDEX]);
286 k->p.cipher = nla_get_u32(tb[NL80211_KEY_CIPHER]);
307 k->p.cipher = nla_get_u32(info->attrs[NL80211_ATTR_KEY_CIPHER]);
730 channel_type = nla_get_u32(info->attrs[
739 freq = nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ]);
802 int ifindex = nla_get_u32(info->attrs[NL80211_ATTR_IFINDEX]);
883 type = nla_get_u32(info->attrs[idx]);
893 mbm = nla_get_u32(info->attrs[idx]);
924 frag_threshold = nla_get_u32(
[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.c241 val = nla_get_u32(tb[WL1271_TM_ATTR_PLT_MODE]);
271 switch (nla_get_u32(tb[WL1271_TM_ATTR_CMD_ID])) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_rules.c169 rule4->tclassid = nla_get_u32(tb[FRA_FLOW]);
198 if (tb[FRA_FLOW] && (rule4->tclassid != nla_get_u32(tb[FRA_FLOW])))
H A Dfib_frontend.c572 cfg->fc_oif = nla_get_u32(attr);
578 cfg->fc_priority = nla_get_u32(attr);
592 cfg->fc_flow = nla_get_u32(attr);
595 cfg->fc_table = nla_get_u32(attr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlan_netlink.c114 real_dev = __dev_get_by_index(net, nla_get_u32(tb[IFLA_LINK]));
135 real_dev = __dev_get_by_index(src_net, nla_get_u32(tb[IFLA_LINK]));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dfib_rules.c298 rule->pref = nla_get_u32(tb[FRA_PRIORITY]);
321 rule->mark = nla_get_u32(tb[FRA_FWMARK]);
330 rule->mark_mask = nla_get_u32(tb[FRA_FWMASK]);
344 rule->target = nla_get_u32(tb[FRA_GOTO]);
447 (rule->pref != nla_get_u32(tb[FRA_PRIORITY])))
459 (rule->mark != nla_get_u32(tb[FRA_FWMARK])))
463 (rule->mark_mask != nla_get_u32(tb[FRA_FWMASK])))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_ctl.c2659 usvc->fwmark = nla_get_u32(nla_fwmark);
2700 usvc->timeout = nla_get_u32(nla_timeout);
2701 usvc->netmask = nla_get_u32(nla_netmask);
2854 udest->conn_flags = nla_get_u32(nla_fwd)
2856 udest->weight = nla_get_u32(nla_weight);
2857 udest->u_threshold = nla_get_u32(nla_u_thresh);
2858 udest->l_threshold = nla_get_u32(nla_l_thresh);
2942 return start_sync_thread(nla_get_u32(attrs[IPVS_DAEMON_ATTR_STATE]),
2944 nla_get_u32(attrs[IPVS_DAEMON_ATTR_SYNC_ID]));
2952 return stop_sync_thread(nla_get_u32(attr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacvlan.c592 switch (nla_get_u32(data[IFLA_MACVLAN_MODE])) {
614 real_dev = __dev_get_by_index(net, nla_get_u32(tb[IFLA_LINK]));
637 lowerdev = __dev_get_by_index(src_net, nla_get_u32(tb[IFLA_LINK]));
672 vlan->mode = nla_get_u32(data[IFLA_MACVLAN_MODE]);
717 vlan->mode = nla_get_u32(data[IFLA_MACVLAN_MODE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtaskstats.c397 fd = nla_get_u32(info->attrs[CGROUPSTATS_CMD_ATTR_FD]);
469 u32 pid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_PID]);
478 u32 tgid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_TGID]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dchnl_net.c421 nla_get_u32(data[IFLA_CAIF_IPV4_CONNID]);
424 nla_get_u32(data[IFLA_CAIF_IPV6_CONNID]);

Completed in 160 milliseconds

12