Home
last modified time | relevance | path

Searched refs:FRA_SRC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dfib_rules.c261 rule4->src = nla_get_in_addr(tb[FRA_SRC]); in fib4_rule_configure()
331 if (frh->src_len && (rule4->src != nla_get_in_addr(tb[FRA_SRC]))) in fib4_rule_compare()
352 nla_put_in_addr(skb, FRA_SRC, rule4->src))) in fib4_rule_fill()
/openbmc/linux/include/uapi/linux/
H A Dfib_rules.h46 FRA_SRC, /* source address */ enumerator
/openbmc/linux/net/ipv6/
H A Dfib6_rules.c377 rule6->src.addr = nla_get_in6_addr(tb[FRA_SRC]); in fib6_rule_configure()
420 nla_memcmp(tb[FRA_SRC], &rule6->src.addr, sizeof(struct in6_addr))) in fib6_rule_compare()
442 nla_put_in6_addr(skb, FRA_SRC, &rule6->src.addr))) in fib6_rule_fill()
/openbmc/linux/net/core/
H A Dfib_rules.c529 if (!tb[FRA_SRC] || in fib_nl2rule()
531 nla_len(tb[FRA_SRC]) != ops->addr_size) { in fib_nl2rule()