Searched refs:FRA_L3MDEV (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfib_rules.h64 FRA_L3MDEV, /* iif or oif is l3mdev goto its table */ enumerator in enum:__anon12786
/linux-master/net/core/
H A Dfib_rules.c596 if (tb[FRA_L3MDEV] &&
597 fib_nl2rule_l3mdev(tb[FRA_L3MDEV], nlrule, extack) < 0)
764 [FRA_L3MDEV] = { .type = NLA_U8 },
1061 nla_put_u8(skb, FRA_L3MDEV, rule->l3mdev)) ||
/linux-master/drivers/net/
H A Dvrf.c1535 sz += nla_total_size(sizeof(u8)); /* FRA_L3MDEV */
1572 if (nla_put_u8(skb, FRA_L3MDEV, 1))

Completed in 163 milliseconds