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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_cipso_v4.c124 doi_def->doi = nla_get_u32(info->attrs[NLBL_CIPSOV4_A_DOI]);
202 if (nla_get_u32(nla_b) >
205 if (nla_get_u32(nla_b) >=
208 nla_get_u32(nla_b) + 1;
211 if (nla_get_u32(nla_b) >
214 if (nla_get_u32(nla_b) >=
217 nla_get_u32(nla_b) + 1;
252 doi_def->map.std->lvl.local[nla_get_u32(lvl_loc)] =
253 nla_get_u32(lvl_rem);
254 doi_def->map.std->lvl.cipso[nla_get_u32(lvl_re
[all...]
H A Dnetlabel_mgmt.c109 entry->type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]);
120 tmp_val = nla_get_u32(info->attrs[NLBL_MGMT_A_CV4DOI]);
282 entry->type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]);
292 tmp_val = nla_get_u32(info->attrs[NLBL_MGMT_A_CV4DOI]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dfib_rules.h100 return nla_get_u32(nla[FRA_TABLE]);
H A Dnetlink.h135 * nla_get_u32(nla) get payload for a u32 attribute
821 * nla_get_u32 - return payload of u32 attribute
824 static inline u32 nla_get_u32(struct nlattr *nla) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c230 rule->pref = nla_get_u32(tb[FRA_PRIORITY]);
243 rule->mark = nla_get_u32(tb[FRA_FWMARK]);
252 rule->mark_mask = nla_get_u32(tb[FRA_FWMASK]);
266 rule->target = nla_get_u32(tb[FRA_GOTO]);
367 (rule->pref != nla_get_u32(tb[FRA_PRIORITY])))
375 (rule->mark != nla_get_u32(tb[FRA_FWMARK])))
379 (rule->mark_mask != nla_get_u32(tb[FRA_FWMASK])))
H A Dneighbour.c1838 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]);
1852 p->queue_len = nla_get_u32(tbp[i]);
1855 p->proxy_qlen = nla_get_u32(tbp[i]);
1858 p->app_probes = nla_get_u32(tbp[i]);
1861 p->ucast_probes = nla_get_u32(tbp[i]);
1864 p->mcast_probes = nla_get_u32(tbp[i]);
1892 tbl->gc_thresh1 = nla_get_u32(tb[NDTA_THRESH1]);
1895 tbl->gc_thresh2 = nla_get_u32(tb[NDTA_THRESH2]);
1898 tbl->gc_thresh3 = nla_get_u32(tb[NDTA_THRESH3]);
H A Drtnetlink.c664 err = dev_set_mtu(dev, nla_get_u32(tb[IFLA_MTU]));
699 dev->tx_queue_len = nla_get_u32(tb[IFLA_TXQLEN]);
702 dev->weight = nla_get_u32(tb[IFLA_WEIGHT]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c209 rule4->tclassid = nla_get_u32(tb[FRA_FLOW]);
238 if (tb[FRA_FLOW] && (rule4->tclassid != nla_get_u32(tb[FRA_FLOW])))
H A Dfib_frontend.c496 cfg->fc_oif = nla_get_u32(attr);
502 cfg->fc_priority = nla_get_u32(attr);
516 cfg->fc_flow = nla_get_u32(attr);
519 cfg->fc_mp_alg = nla_get_u32(attr);
522 cfg->fc_table = nla_get_u32(attr);
H A Dfib_semantics.c408 nh->nh_tclassid = nla ? nla_get_u32(nla) : 0;
462 if (nla && nla_get_u32(nla) != nh->nh_tclassid)
759 fi->fib_metrics[type - 1] = nla_get_u32(nla);
H A Droute.c2812 iif = tb[RTA_IIF] ? nla_get_u32(tb[RTA_IIF]) : 0;
2841 .oif = tb[RTA_OIF] ? nla_get_u32(tb[RTA_OIF]) : 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtaskstats.c404 u32 pid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_PID]);
413 u32 tgid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_TGID]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c1282 rt->u.dst.metrics[type - 1] = nla_get_u32(nla);
2054 cfg->fc_ifindex = nla_get_u32(tb[RTA_OIF]);
2057 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]);
2065 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]);
2252 iif = nla_get_u32(tb[RTA_IIF]);
2255 fl.oif = nla_get_u32(tb[RTA_OIF]);

Completed in 118 milliseconds