Searched refs:RTA_ENCAP (Results 1 – 6 of 6) sorted by relevance
| /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 D | rtnetlink.h | 337 RTA_ENCAP, enumerator
|
| /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 D | rtnetlink.h | 337 RTA_ENCAP, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rtnetlink.h | 361 RTA_ENCAP, enumerator
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_frontend.c | 667 [RTA_ENCAP] = { .type = NLA_NESTED }, 802 case RTA_ENCAP: in rtm_to_fib_config()
|
| H A D | fib_semantics.c | 751 fib_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 1706 RTA_ENCAP, RTA_ENCAP_TYPE) < 0) in fib_nexthop_info()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 4852 [RTA_ENCAP] = { .type = NLA_NESTED }, 4909 tb[RTA_MULTIPATH] || tb[RTA_ENCAP]) { in rtm_to_fib6_config() 4979 if (tb[RTA_ENCAP]) in rtm_to_fib6_config() 4980 cfg->fc_encap = tb[RTA_ENCAP]; in rtm_to_fib6_config() 5141 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add()
|