Home
last modified time | relevance | path

Searched refs:NHA_OIF (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/net/frr7-pythontools/frr-frr-7.5.1/include/linux/
H A Dnexthop.h43 NHA_OIF, /* u32; nexthop device */ enumerator
/dports/net/frr7/frr-frr-7.5.1/include/linux/
H A Dnexthop.h43 NHA_OIF, /* u32; nexthop device */ enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dnexthop.h44 NHA_OIF, /* u32; nexthop device */ enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dnexthop.h44 NHA_OIF, /* u32; nexthop device */ enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dnexthop.h44 NHA_OIF, /* u32; nexthop device */ enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dnexthop.h44 NHA_OIF, /* u32; nexthop device */ enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dnexthop.h44 NHA_OIF, /* u32; nexthop device */ enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c33 [NHA_OIF] = { .type = NLA_U32 },
46 [NHA_OIF] = { .type = NLA_U32 },
60 [NHA_OIF] = { .type = NLA_U32 },
738 if (dev && nla_put_u32(skb, NHA_OIF, dev->ifindex)) in nh_fill_node()
2765 if (tb[NHA_OIF] || tb[NHA_BLACKHOLE] || in rtm_to_nh_config()
2806 if (tb[NHA_GATEWAY] || tb[NHA_OIF] || in rtm_to_nh_config()
2817 if (!cfg->nh_fdb && !tb[NHA_OIF]) { in rtm_to_nh_config()
2822 if (!cfg->nh_fdb && tb[NHA_OIF]) { in rtm_to_nh_config()
2823 cfg->nh_ifindex = nla_get_u32(tb[NHA_OIF]); in rtm_to_nh_config()
3076 if (tb[NHA_OIF]) { in __nh_valid_dump_req()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c33 [NHA_OIF] = { .type = NLA_U32 },
46 [NHA_OIF] = { .type = NLA_U32 },
60 [NHA_OIF] = { .type = NLA_U32 },
738 if (dev && nla_put_u32(skb, NHA_OIF, dev->ifindex)) in nh_fill_node()
2765 if (tb[NHA_OIF] || tb[NHA_BLACKHOLE] || in rtm_to_nh_config()
2806 if (tb[NHA_GATEWAY] || tb[NHA_OIF] || in rtm_to_nh_config()
2817 if (!cfg->nh_fdb && !tb[NHA_OIF]) { in rtm_to_nh_config()
2822 if (!cfg->nh_fdb && tb[NHA_OIF]) { in rtm_to_nh_config()
2823 cfg->nh_ifindex = nla_get_u32(tb[NHA_OIF]); in rtm_to_nh_config()
3076 if (tb[NHA_OIF]) { in __nh_valid_dump_req()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c33 [NHA_OIF] = { .type = NLA_U32 },
46 [NHA_OIF] = { .type = NLA_U32 },
60 [NHA_OIF] = { .type = NLA_U32 },
738 if (dev && nla_put_u32(skb, NHA_OIF, dev->ifindex)) in nh_fill_node()
2765 if (tb[NHA_OIF] || tb[NHA_BLACKHOLE] || in rtm_to_nh_config()
2806 if (tb[NHA_GATEWAY] || tb[NHA_OIF] || in rtm_to_nh_config()
2817 if (!cfg->nh_fdb && !tb[NHA_OIF]) { in rtm_to_nh_config()
2822 if (!cfg->nh_fdb && tb[NHA_OIF]) { in rtm_to_nh_config()
2823 cfg->nh_ifindex = nla_get_u32(tb[NHA_OIF]); in rtm_to_nh_config()
3076 if (tb[NHA_OIF]) { in __nh_valid_dump_req()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/
H A Dnexthop-group-resilient.rst225 ``NHA_OIF`` If specified, limits the dump to buckets that contain
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/
H A Dnexthop-group-resilient.rst225 ``NHA_OIF`` If specified, limits the dump to buckets that contain
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/
H A Dnexthop-group-resilient.rst225 ``NHA_OIF`` If specified, limits the dump to buckets that contain
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Drt_netlink.c2165 if (!nl_attr_put32(&req->n, buflen, NHA_OIF, in netlink_nexthop_msg_encode()
2373 if_index = *(int *)RTA_DATA(tb[NHA_OIF]); in netlink_nexthop_process_nh()
2562 } else if (tb[NHA_OIF]) in netlink_nexthop_change()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Drt_netlink.c2165 if (!nl_attr_put32(&req->n, buflen, NHA_OIF, in netlink_nexthop_msg_encode()
2373 if_index = *(int *)RTA_DATA(tb[NHA_OIF]); in netlink_nexthop_process_nh()
2562 } else if (tb[NHA_OIF]) in netlink_nexthop_change()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2307 NHA_OIF = C.NHA_OIF const
/dports/devel/git-town/git-town-7.6.0/vendor/golang.org/x/sys/sys-593003d681fa/unix/linux/
H A Dtypes.go2307 NHA_OIF = C.NHA_OIF const
/dports/security/meek/meek-0.35.0/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2307 NHA_OIF = C.NHA_OIF const
/dports/www/pomerium/pomerium-0.8.3/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2307 NHA_OIF = C.NHA_OIF const
/dports/devel/esbuild/esbuild-0.12.23/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2310 NHA_OIF = C.NHA_OIF const
/dports/devel/chroma/chroma-0.9.2/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2307 NHA_OIF = C.NHA_OIF const
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2310 NHA_OIF = C.NHA_OIF const
/dports/devel/etcd33/etcd-3.3.23/vendor/golang.org/x/sys/sys-fe76b779f299/unix/linux/
H A Dtypes.go2310 NHA_OIF = C.NHA_OIF const
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/sys/unix/
H A Dztypes_linux.go2334 NHA_OIF = 0x5 const
/dports/devel/git-town/git-town-7.6.0/vendor/golang.org/x/sys/unix/
H A Dztypes_linux.go2334 NHA_OIF = 0x5 const

12345678910>>...13