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

/linux-master/include/uapi/linux/
H A Dfib_rules.h66 FRA_PROTOCOL, /* Originator of the rule */ enumerator in enum:__anon12786
/linux-master/net/core/
H A Dfib_rules.c558 nlrule->proto = tb[FRA_PROTOCOL] ?
559 nla_get_u8(tb[FRA_PROTOCOL]) : RTPROT_UNSPEC;
766 [FRA_PROTOCOL] = { .type = NLA_U8 },
995 + nla_total_size(1) /* FRA_PROTOCOL */
1029 if (nla_put_u8(skb, FRA_PROTOCOL, rule->proto))
/linux-master/drivers/net/
H A Dvrf.c1537 sz += nla_total_size(sizeof(u8)); /* FRA_PROTOCOL */
1569 if (nla_put_u8(skb, FRA_PROTOCOL, RTPROT_KERNEL))

Completed in 121 milliseconds