Searched refs:kind (Results 226 - 250 of 278) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dact_gate.c636 .kind = "gate",
H A Dact_mpls.c445 .kind = "mpls",
H A Dact_tunnel_key.c835 .kind = "tunnel_key",
H A Dcls_bpf.c683 .kind = "bpf",
H A Dcls_flow.c694 .kind = "flow",
H A Dact_ife.c883 .kind = "ife",
/linux-master/tools/lib/bpf/
H A Dlibbpf.c949 __u16 kind, struct btf **res_btf,
954 const char *name, __u32 kind);
2296 static const char *__btf_kind_str(__u16 kind) argument
2298 switch (kind) {
2596 pr_warn("map '%s': %s def is of unexpected kind %s.\n",
2603 pr_warn("map '%s': prog-array value def is of unexpected kind %s.\n",
2610 pr_warn("map '%s': map-in-map inner def is of unexpected kind %s.\n",
2784 pr_warn("map '%s': unexpected var kind %s.\n",
2796 pr_warn("map '%s': unexpected def kind %s.\n",
3231 pr_debug("No name found in string section for DATASEC kind
7701 int kind; local
8043 find_ksym_btf_id(struct bpf_object *obj, const char *ksym_name, __u16 kind, struct btf **res_btf, struct module_btf **res_mod_btf) argument
9708 btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type, const char **prefix, int *kind) argument
9731 find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, const char *name, __u32 kind) argument
9752 int kind; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1038 static struct mlxsw_driver *__driver_find(const char *kind) argument
1043 if (strcmp(mlxsw_driver->kind, kind) == 0)
1049 static struct mlxsw_driver *mlxsw_core_driver_get(const char *kind) argument
1054 mlxsw_driver = __driver_find(kind);
H A Dspectrum.c3985 .kind = mlxsw_sp1_driver_name,
4022 .kind = mlxsw_sp2_driver_name,
4059 .kind = mlxsw_sp3_driver_name,
4096 .kind = mlxsw_sp4_driver_name,
/linux-master/net/ipv6/
H A Dip6_gre.c2311 .kind = "ip6gre",
2326 .kind = "ip6gretap",
2340 .kind = "ip6erspan",
H A Dip6_vti.c1106 .kind = "vti6",
/linux-master/net/ipv4/
H A Dip_tunnel.c246 if (strlen(ops->kind) > (IFNAMSIZ - 3))
248 strcpy(name, ops->kind);
H A Dip_vti.c632 .kind = "vti",
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c183 return dev->rtnl_link_ops->kind;
/linux-master/net/batman-adv/
H A Dsoft-interface.c1138 .kind = "batadv",
/linux-master/drivers/net/bonding/
H A Dbond_netlink.c909 .kind = "bond",
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c699 .kind = "ipvlan",
/linux-master/drivers/net/
H A Dbareudp.c728 .kind = "bareudp",
H A Dnetkit.c924 .kind = DRV_NAME,
/linux-master/drivers/net/wwan/
H A Dwwan_core.c1040 .kind = "wwan",
/linux-master/include/net/
H A Dsch_generic.h338 char kind[IFNAMSIZ]; member in struct:tcf_proto_ops
H A Dsock.h195 * for different kind of 'sockets'
1550 int __sk_mem_raise_allocated(struct sock *sk, int size, int amt, int kind);
1551 int __sk_mem_schedule(struct sock *sk, int size, int kind);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1807 * ignores the @kind field for LOGINIT, LOGINTR, and LOGRM, but expects the
1835 args[0].kind = LIBOS_MEMORY_REGION_CONTIGUOUS;
1846 args[1].kind = LIBOS_MEMORY_REGION_CONTIGUOUS;
1857 args[2].kind = LIBOS_MEMORY_REGION_CONTIGUOUS;
1868 args[3].kind = LIBOS_MEMORY_REGION_CONTIGUOUS;
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c940 .kind = "xfrm",
/linux-master/include/uapi/linux/
H A Dbpf.h2599 * This helper should not be used to implement any kind of
4671 * kind that it wants to search.
4673 * If the searching kind is an experimental kind
4678 * the 2nd byte which is "kind-length" of a TCP
4679 * header option and the "kind-length" also
4680 * includes the first 2 bytes "kind" and "kind-length"
4683 * For example, to search experimental kind 254 with
4689 * Note, kind
7456 enum bpf_core_relo_kind kind; member in struct:bpf_core_relo
[all...]

Completed in 349 milliseconds

1234567891011>>