Searched refs:FRA_SRC (Results 1 – 5 of 5) sorted by relevance
146 r->src = nla_get_le16(tb[FRA_SRC]); in dn_fib_rule_configure()171 if (frh->src_len && (r->src != nla_get_le16(tb[FRA_SRC]))) in dn_fib_rule_compare()210 nla_put_le16(skb, FRA_SRC, r->src))) in dn_fib_rule_fill()
202 rule6->src.addr = nla_get_in6_addr(tb[FRA_SRC]); in fib6_rule_configure()231 nla_memcmp(tb[FRA_SRC], &rule6->src.addr, sizeof(struct in6_addr))) in fib6_rule_compare()253 nla_put_in6_addr(skb, FRA_SRC, &rule6->src.addr))) in fib6_rule_fill()
197 rule4->src = nla_get_in_addr(tb[FRA_SRC]); in fib4_rule_configure()263 if (frh->src_len && (rule4->src != nla_get_in_addr(tb[FRA_SRC]))) in fib4_rule_compare()284 nla_put_in_addr(skb, FRA_SRC, rule4->src))) in fib4_rule_fill()
35 FRA_SRC, /* source address */ enumerator
249 if (tb[FRA_SRC] == NULL || in validate_rulemsg()251 nla_len(tb[FRA_SRC]) != ops->addr_size) in validate_rulemsg()