Searched refs:rtattr_parse_nested (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_api.c464 if (rtattr_parse_nested(tb, TCA_ACT_MAX, rta) < 0)
539 if (rtattr_parse_nested(tb, TCA_ACT_MAX_PRIO, rta) < 0) {
667 if (rtattr_parse_nested(tb, TCA_ACT_MAX, rta) < 0)
750 if (rtattr_parse_nested(tb, TCA_ACT_MAX, rta) < 0)
799 if (rtattr_parse_nested(tb, TCA_ACT_MAX_PRIO, rta) < 0)
H A Dsch_dsmark.c138 if (!opt || rtattr_parse_nested(tb, TCA_DSMARK_MAX, opt))
352 if (!opt || rtattr_parse_nested(tb, TCA_DSMARK_MAX, opt) < 0)
H A Dact_gact.c76 if (rta == NULL || rtattr_parse_nested(tb, TCA_GACT_MAX, rta) < 0)
H A Dact_mirred.c79 if (rta == NULL || rtattr_parse_nested(tb, TCA_MIRRED_MAX, rta) < 0)
H A Dact_simple.c99 if (rta == NULL || rtattr_parse_nested(tb, TCA_DEF_MAX, rta) < 0)
H A Dact_police.c148 if (rta == NULL || rtattr_parse_nested(tb, TCA_POLICE_MAX, rta) < 0)
434 if (rtattr_parse_nested(tb, TCA_POLICE_MAX, rta) < 0)
H A Dsch_gred.c437 if (opt == NULL || rtattr_parse_nested(tb, TCA_GRED_MAX, opt))
494 if (opt == NULL || rtattr_parse_nested(tb, TCA_GRED_MAX, opt))
H A Dact_ipt.c119 if (rta == NULL || rtattr_parse_nested(tb, TCA_IPT_MAX, rta) < 0)
H A Dact_pedit.c58 if (rta == NULL || rtattr_parse_nested(tb, TCA_PEDIT_MAX, rta) < 0)
H A Dcls_basic.c178 if (rtattr_parse_nested(tb, TCA_BASIC_MAX, tca[TCA_OPTIONS-1]) < 0)
H A Dematch.c302 if (rtattr_parse_nested(tb, TCA_EMATCH_TREE_MAX, rta) < 0)
326 /* We do not use rtattr_parse_nested here because the maximum
H A Dcls_fw.c266 if (rtattr_parse_nested(tb, TCA_FW_MAX, opt) < 0)
H A Dsch_red.c212 if (opt == NULL || rtattr_parse_nested(tb, TCA_RED_MAX, opt))
H A Dsch_tbf.c300 if (rtattr_parse_nested(tb, TCA_TBF_PTAB, opt) ||
H A Dcls_route.c450 if (rtattr_parse_nested(tb, TCA_ROUTE4_MAX, opt) < 0)
H A Dcls_rsvp.h419 if (rtattr_parse_nested(tb, TCA_RSVP_MAX, opt) < 0)
H A Dcls_tcindex.c363 if (rtattr_parse_nested(tb, TCA_TCINDEX_MAX, opt) < 0)
H A Dsch_htb.c1071 if (!opt || rtattr_parse_nested(tb, TCA_HTB_INIT, opt) ||
1389 if (!opt || rtattr_parse_nested(tb, TCA_HTB_RTAB, opt) ||
H A Dcls_u32.c550 if (rtattr_parse_nested(tb, TCA_U32_MAX, opt) < 0)
H A Dsch_atm.c237 if (opt == NULL || rtattr_parse_nested(tb, TCA_ATM_MAX, opt))
H A Dsch_cbq.c1358 if (rtattr_parse_nested(tb, TCA_CBQ_MAX, opt) < 0 ||
1744 if (opt==NULL || rtattr_parse_nested(tb, TCA_CBQ_MAX, opt))
H A Dsch_hfsc.c985 if (opt == NULL || rtattr_parse_nested(tb, TCA_HFSC_MAX, opt))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h574 #define rtattr_parse_nested(tb, max, rta) \ macro

Completed in 195 milliseconds