Home
last modified time | relevance | path

Searched refs:FRA_DST (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_rules.c153 r->dst = nla_get_le16(tb[FRA_DST]); in dn_fib_rule_configure()
178 if (frh->dst_len && (r->dst != nla_get_le16(tb[FRA_DST]))) in dn_fib_rule_compare()
212 nla_put_le16(skb, FRA_DST, r->dst)) || in dn_fib_rule_fill()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_rules.c261 rule4->dst = nla_get_in_addr(tb[FRA_DST]); in fib4_rule_configure()
332 if (frh->dst_len && (rule4->dst != nla_get_in_addr(tb[FRA_DST]))) in fib4_rule_compare()
348 nla_put_in_addr(skb, FRA_DST, rule4->dst)) || in fib4_rule_fill()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfib_rules.h45 FRA_DST, /* destination address */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfib_rules.h45 FRA_DST, /* destination address */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfib_rules.h45 FRA_DST, /* destination address */ enumerator
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dfib6_rules.c372 rule6->dst.addr = nla_get_in6_addr(tb[FRA_DST]); in fib6_rule_configure()
417 nla_memcmp(tb[FRA_DST], &rule6->dst.addr, sizeof(struct in6_addr))) in fib6_rule_compare()
433 nla_put_in6_addr(skb, FRA_DST, &rule6->dst.addr)) || in fib6_rule_fill()
/OK3568_Linux_fs/kernel/net/core/
H A Dfib_rules.c537 if (!tb[FRA_DST] || in fib_nl2rule()
539 nla_len(tb[FRA_DST]) != ops->addr_size) { in fib_nl2rule()