Home
last modified time | relevance | path

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

12345678910>>...13

/dports/net/frr7-pythontools/frr-frr-7.5.1/include/linux/
H A Dnexthop.h34 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
/dports/net/frr7/frr-frr-7.5.1/include/linux/
H A Dnexthop.h34 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dnexthop.h35 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dnexthop.h35 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dnexthop.h35 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dnexthop.h35 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dnexthop.h35 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c29 [NHA_ID] = { .type = NLA_U32 },
42 [NHA_ID] = { .type = NLA_U32 },
59 [NHA_ID] = { .type = NLA_U32 },
70 [NHA_ID] = { .type = NLA_U32 },
712 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_node()
935 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_res_bucket()
2761 if (tb[NHA_ID]) in rtm_to_nh_config()
2762 cfg->nh_id = nla_get_u32(tb[NHA_ID]); in rtm_to_nh_config()
2928 if (!tb[NHA_ID]) { in __nh_valid_get_del_req()
2933 *id = nla_get_u32(tb[NHA_ID]); in __nh_valid_get_del_req()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c29 [NHA_ID] = { .type = NLA_U32 },
42 [NHA_ID] = { .type = NLA_U32 },
59 [NHA_ID] = { .type = NLA_U32 },
70 [NHA_ID] = { .type = NLA_U32 },
712 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_node()
935 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_res_bucket()
2761 if (tb[NHA_ID]) in rtm_to_nh_config()
2762 cfg->nh_id = nla_get_u32(tb[NHA_ID]); in rtm_to_nh_config()
2928 if (!tb[NHA_ID]) { in __nh_valid_get_del_req()
2933 *id = nla_get_u32(tb[NHA_ID]); in __nh_valid_get_del_req()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dnexthop.c29 [NHA_ID] = { .type = NLA_U32 },
42 [NHA_ID] = { .type = NLA_U32 },
59 [NHA_ID] = { .type = NLA_U32 },
70 [NHA_ID] = { .type = NLA_U32 },
712 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_node()
935 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_res_bucket()
2761 if (tb[NHA_ID]) in rtm_to_nh_config()
2762 cfg->nh_id = nla_get_u32(tb[NHA_ID]); in rtm_to_nh_config()
2928 if (!tb[NHA_ID]) { in __nh_valid_get_del_req()
2933 *id = nla_get_u32(tb[NHA_ID]); in __nh_valid_get_del_req()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/
H A Dnexthop-group-resilient.rst205 ``NHA_ID`` ID of the next-hop group that the bucket belongs to.
223 ``NHA_ID`` If specified, limits the dump to just the next-hop group
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/
H A Dnexthop-group-resilient.rst205 ``NHA_ID`` ID of the next-hop group that the bucket belongs to.
223 ``NHA_ID`` If specified, limits the dump to just the next-hop group
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/
H A Dnexthop-group-resilient.rst205 ``NHA_ID`` ID of the next-hop group that the bucket belongs to.
223 ``NHA_ID`` If specified, limits the dump to just the next-hop group
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Drt_netlink.c2105 if (!nl_attr_put32(&req->n, buflen, NHA_ID, id)) in netlink_nexthop_msg_encode()
2515 if (!tb[NHA_ID]) { in netlink_nexthop_change()
2523 id = *((uint32_t *)RTA_DATA(tb[NHA_ID])); in netlink_nexthop_change()
3873 if (!nl_attr_put32(&req.n, sizeof(req), NHA_ID, nh_id)) in netlink_fdb_nh_update()
3913 if (!nl_attr_put32(&req.n, sizeof(req), NHA_ID, nh_id)) in netlink_fdb_nh_del()
3952 if (!nl_attr_put32(&req.n, sizeof(req), NHA_ID, nhg_id)) in netlink_fdb_nhg_update()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Drt_netlink.c2105 if (!nl_attr_put32(&req->n, buflen, NHA_ID, id)) in netlink_nexthop_msg_encode()
2515 if (!tb[NHA_ID]) { in netlink_nexthop_change()
2523 id = *((uint32_t *)RTA_DATA(tb[NHA_ID])); in netlink_nexthop_change()
3873 if (!nl_attr_put32(&req.n, sizeof(req), NHA_ID, nh_id)) in netlink_fdb_nh_update()
3913 if (!nl_attr_put32(&req.n, sizeof(req), NHA_ID, nh_id)) in netlink_fdb_nh_del()
3952 if (!nl_attr_put32(&req.n, sizeof(req), NHA_ID, nhg_id)) in netlink_fdb_nhg_update()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2303 NHA_ID = C.NHA_ID const
/dports/devel/git-town/git-town-7.6.0/vendor/golang.org/x/sys/sys-593003d681fa/unix/linux/
H A Dtypes.go2303 NHA_ID = C.NHA_ID const
/dports/security/meek/meek-0.35.0/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2303 NHA_ID = C.NHA_ID const
/dports/www/pomerium/pomerium-0.8.3/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2303 NHA_ID = C.NHA_ID const
/dports/devel/esbuild/esbuild-0.12.23/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2306 NHA_ID = C.NHA_ID const
/dports/devel/chroma/chroma-0.9.2/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2303 NHA_ID = C.NHA_ID const
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/sys/unix/linux/
H A Dtypes.go2306 NHA_ID = C.NHA_ID const
/dports/devel/etcd33/etcd-3.3.23/vendor/golang.org/x/sys/sys-fe76b779f299/unix/linux/
H A Dtypes.go2306 NHA_ID = C.NHA_ID const
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/sys/unix/
H A Dztypes_linux.go2330 NHA_ID = 0x1 const
/dports/devel/git-town/git-town-7.6.0/vendor/golang.org/x/sys/unix/
H A Dztypes_linux.go2330 NHA_ID = 0x1 const

12345678910>>...13