HomeSort by relevance Sort by last modified time
    Searched refs:TCA_IPT_HOOK (Results 26 - 27 of 27) sorted by null

12

  /external/iproute2/tc/
m_xt_old.c 328 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
373 if (tb[TCA_IPT_HOOK] == NULL) {
378 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);
m_ipt.c 511 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
558 if (tb[TCA_IPT_HOOK] == NULL) {
563 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);

Completed in 912 milliseconds

12