Searched refs:nla_nest_start (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_cipso_v4.c497 nla_a = nla_nest_start(ans_skb, NLBL_CIPSOV4_A_TAGLST);
516 nla_a = nla_nest_start(ans_skb, NLBL_CIPSOV4_A_MLSLVLLST);
528 nla_b = nla_nest_start(ans_skb, NLBL_CIPSOV4_A_MLSLVL);
547 nla_a = nla_nest_start(ans_skb, NLBL_CIPSOV4_A_MLSCATLST);
559 nla_b = nla_nest_start(ans_skb, NLBL_CIPSOV4_A_MLSCAT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dgenetlink.c393 nla_ops = nla_nest_start(skb, CTRL_ATTR_OPS);
400 nest = nla_nest_start(skb, idx++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h119 * nla_nest_start(skb, type) start a nested attribute
901 * nla_nest_start - Start a new level of nested attributes
907 static inline struct nlattr *nla_nest_start(struct sk_buff *skb, int attrtype) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtaskstats.c357 na = nla_nest_start(skb, aggr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c338 mx = nla_nest_start(skb, RTA_METRICS);
H A Dneighbour.c1609 nest = nla_nest_start(skb, NDTA_PARMS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c1009 mp = nla_nest_start(skb, RTA_MULTIPATH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c3584 protoinfo = nla_nest_start(skb, IFLA_PROTINFO);

Completed in 98 milliseconds