Searched defs:kind (Results 101 - 122 of 122) sorted by relevance

12345

/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c128 enum filter_kind kind; member in struct:filter
/linux-master/include/net/
H A Dpkt_cls.h463 int kind; member in struct:tcf_ematch_ops
H A Dsch_generic.h338 char kind[IFNAMSIZ]; member in struct:tcf_proto_ops
/linux-master/drivers/net/team/
H A Dteam.c404 static struct team_mode_item *__find_mode(const char *kind) argument
466 static const struct team_mode *team_mode_get(const char *kind) argument
589 team_change_mode(struct team *team, const char *kind) argument
[all...]
/linux-master/drivers/net/ppp/
H A Dppp_generic.c82 } kind; member in struct:ppp_file
3354 init_ppp_file(struct ppp_file *pf, int kind) argument
[all...]
/linux-master/net/sched/
H A Dcls_api.c230 static const struct tcf_proto_ops *__tcf_proto_lookup_ops(const char *kind) argument
249 tcf_proto_lookup_ops(const char *kind, bool rtnl_held, argument
344 tcf_proto_check_kind(struct nlattr *kind, char *name) argument
352 tcf_proto_is_unlocked(const char *kind) argument
372 tcf_proto_create(const char *kind, u32 protocol, u32 prio, struct tcf_chain *chain, bool rtnl_held, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/tools/include/uapi/linux/
H A Dpkt_cls.h503 __u16 kind; member in struct:tcf_ematch_hdr
H A Dbpf.h7456 enum bpf_core_relo_kind kind; member in struct:bpf_core_relo
[all...]
/linux-master/tools/lib/bpf/
H A Dbtf.c479 __u32 kind = btf_kind(t); local
821 __u16 kind = btf_kind(t); local
911 btf_find_by_name_kind(const struct btf *btf, int start_id, const char *type_name, __u32 kind) argument
933 btf__find_by_name_kind_own(const struct btf *btf, const char *type_name, __u32 kind) argument
939 btf__find_by_name_kind(const struct btf *btf, const char *type_name, __u32 kind) argument
2021 btf_add_ref_kind(struct btf *btf, int kind, const char *name, int ref_type_id) argument
2101 btf_add_composite(struct btf *btf, int kind, const char *name, __u32 bytes_sz) argument
2235 btf_add_enum_common(struct btf *btf, const char *name, __u32 byte_sz, bool is_signed, __u8 kind) argument
4470 __u16 kind; local
4709 __u16 kind; local
4742 __u16 cand_kind, kind = btf_kind(t); local
[all...]
H A Dlibbpf.c2296 static const char *__btf_kind_str(__u16 kind) argument
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/include/linux/
H A Dkvm_host.h1838 enum kvm_stat_kind kind; member in struct:kvm_stat_data
/linux-master/net/core/
H A Dsock.c3054 int __sk_mem_raise_allocated(struct sock *sk, int size, int amt, int kind) argument
3168 int __sk_mem_schedule(struct sock *sk, int size, int kind) argument
[all...]
H A Drtnetlink.c389 static const struct rtnl_link_ops *rtnl_link_ops_get(const char *kind) argument
2079 char kind[MODULE_NAME_LEN]; local
3549 char kind[MODULE_NAME_LEN]; local
6492 enum rtnl_kinds kind; local
[all...]
H A Dfilter.c7488 u8 kind, kind_len; local
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1038 static struct mlxsw_driver *__driver_find(const char *kind) argument
1049 static struct mlxsw_driver *mlxsw_core_driver_get(const char *kind) argument
/linux-master/include/uapi/linux/
H A Dpkt_cls.h711 __u16 kind; member in struct:tcf_ematch_hdr
H A Dbpf.h7456 enum bpf_core_relo_kind kind; member in struct:bpf_core_relo
[all...]
/linux-master/drivers/platform/x86/
H A Dmlx-platform.c2375 mlxplat_mlxcpld_l1_switch_pwr_events_handler(void *handle, enum mlxreg_hotplug_kind kind, argument
2404 mlxplat_mlxcpld_l1_switch_intrusion_events_handler(void *handle, enum mlxreg_hotplug_kind kind, argument
/linux-master/kernel/bpf/
H A Dbtf.c544 s32 btf_find_by_name_kind(const struct btf *btf, const char *name, u8 kind) argument
564 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p) argument
7049 u16 kind; member in struct:bpf_cand_cache
[all...]
/linux-master/security/selinux/
H A Dhooks.c1840 may_link(struct inode *dir, struct dentry *dentry, int kind) argument
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c937 static void tg3_ape_driver_state_change(struct tg3 *tp, int kind) argument
1731 static void tg3_write_sig_pre_reset(struct tg3 *tp, int kind) argument
1760 static void tg3_write_sig_post_reset(struct tg3 *tp, int kind) argument
1781 static void tg3_write_sig_legacy(struct tg3 *tp, int kind) argument
9405 static int tg3_halt(struct tg3 *tp, int kind, bool silent) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h5866 u8 kind; member in struct:stats_query_entry

Completed in 596 milliseconds

12345