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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c118 __u8 genl_cmd, __u16 nla_type,
136 na->nla_type = nla_type;
185 if (na->nla_type == CTRL_ATTR_FAMILY_ID) {
365 switch (na->nla_type) {
375 switch (na->nla_type) {
402 " nla_type %d\n",
403 na->nla_type);
412 fprintf(stderr, "Unknown nla_type %d\n",
413 na->nla_type);
117 send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, __u8 genl_cmd, __u16 nla_type, void *nla_data, int nla_len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dattr.c32 if (nla->nla_type <= 0 || nla->nla_type > maxtype)
35 pt = &policy[nla->nla_type];
141 u16 type = nla->nla_type;
177 if (nla->nla_type == attrtype)
283 nla->nla_type = attrtype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_cipso_v4.c132 if (nla->nla_type == NLBL_CIPSOV4_A_TAG) {
194 if (nla_a->nla_type == NLBL_CIPSOV4_A_MLSLVL) {
200 switch (nla_b->nla_type) {
242 if (nla_a->nla_type == NLBL_CIPSOV4_A_MLSLVL) {
267 if (nla_a->nla_type == NLBL_CIPSOV4_A_MLSCAT) {
273 switch (nla_b->nla_type) {
317 if (nla_a->nla_type == NLBL_CIPSOV4_A_MLSCAT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetlink.h129 __u16 nla_type; member in struct:nlattr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c263 nla->nla_type = type;
491 switch (attr->nla_type) {
H A Dfib_semantics.c754 int type = nla->nla_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c1274 int type = nla->nla_type;

Completed in 183 milliseconds