Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 138) sorted by relevance

123456

/net/mac80211/
Ddebugfs_netdev.c72 #define IEEE80211_IF_FMT(name, field, format_string) \ argument
79 #define IEEE80211_IF_FMT_DEC(name, field) \ argument
81 #define IEEE80211_IF_FMT_HEX(name, field) \ argument
83 #define IEEE80211_IF_FMT_LHEX(name, field) \ argument
85 #define IEEE80211_IF_FMT_SIZE(name, field) \ argument
88 #define IEEE80211_IF_FMT_HEXARRAY(name, field) \ argument
103 #define IEEE80211_IF_FMT_ATOMIC(name, field) \ argument
111 #define IEEE80211_IF_FMT_MAC(name, field) \ argument
119 #define IEEE80211_IF_FMT_DEC_DIV_16(name, field) \ argument
127 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, field) \ argument
[all …]
Ddebugfs.c34 #define DEBUGFS_READONLY_FILE_FN(name, fmt, value...) \ argument
44 #define DEBUGFS_READONLY_FILE_OPS(name) \ argument
51 #define DEBUGFS_READONLY_FILE(name, fmt, value...) \ argument
55 #define DEBUGFS_ADD(name) \ argument
58 #define DEBUGFS_ADD_MODE(name, mode) \ argument
202 #define DEBUGFS_DEVSTATS_FILE(name) \ argument
225 #define DEBUGFS_STATS_ADD(name, field) \ argument
227 #define DEBUGFS_DEVSTATS_ADD(name) \ argument
Ddebugfs_key.c18 #define KEY_READ(name, prop, format_string) \ argument
27 #define KEY_READ_D(name) KEY_READ(name, name, "%d\n") argument
28 #define KEY_READ_X(name) KEY_READ(name, name, "0x%x\n") argument
30 #define KEY_OPS(name) \ argument
37 #define KEY_FILE(name, format) \ argument
41 #define KEY_CONF_READ(name, format_string) \ argument
43 #define KEY_CONF_READ_D(name) KEY_CONF_READ(name, "%d\n") argument
45 #define KEY_CONF_OPS(name) \ argument
52 #define KEY_CONF_FILE(name, format) \ argument
239 #define DEBUGFS_ADD(name) \ argument
Ddebugfs_sta.c21 #define STA_READ(name, field, format_string) \ argument
30 #define STA_READ_D(name, field) STA_READ(name, field, "%d\n") argument
31 #define STA_READ_U(name, field) STA_READ(name, field, "%u\n") argument
32 #define STA_READ_S(name, field) STA_READ(name, field, "%s\n") argument
34 #define STA_OPS(name) \ argument
41 #define STA_OPS_RW(name) \ argument
49 #define STA_FILE(name, field, format) \ argument
391 #define DEBUGFS_ADD(name) \ argument
395 #define DEBUGFS_ADD_COUNTER(name, field) \ argument
Drate.c80 ieee80211_try_rate_control_ops_get(const char *name) in ieee80211_try_rate_control_ops_get()
102 ieee80211_rate_control_ops_get(const char *name) in ieee80211_rate_control_ops_get()
153 static struct rate_control_ref *rate_control_alloc(const char *name, in rate_control_alloc()
709 const char *name) in ieee80211_init_rate_ctrl_alg()
/net/irda/
Dirias_object.c47 struct ias_object *irias_new_object( char *name, int id) in irias_new_object()
204 struct ias_object *irias_find_object(char *name) in irias_find_object()
219 struct ias_attrib *irias_find_attrib(struct ias_object *obj, char *name) in irias_find_attrib()
314 void irias_add_integer_attrib(struct ias_object *obj, char *name, int value, in irias_add_integer_attrib()
356 void irias_add_octseq_attrib(struct ias_object *obj, char *name, __u8 *octets, in irias_add_octseq_attrib()
398 void irias_add_string_attrib(struct ias_object *obj, char *name, char *value, in irias_add_string_attrib()
Dirqueue.c213 static __u32 hash( const char* name) in hash()
450 const char* name) in hashbin_insert()
562 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove()
717 void* hashbin_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_find()
772 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_lock_find()
802 void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, in hashbin_find_next()
/net/xfrm/
Dxfrm_algo.c678 const char *name = data; in xfrm_alg_name_match() local
684 struct xfrm_algo_desc *xfrm_aalg_get_byname(const char *name, int probe) in xfrm_aalg_get_byname()
691 struct xfrm_algo_desc *xfrm_ealg_get_byname(const char *name, int probe) in xfrm_ealg_get_byname()
698 struct xfrm_algo_desc *xfrm_calg_get_byname(const char *name, int probe) in xfrm_calg_get_byname()
706 const char *name; member
714 const char *name = aead->name; in xfrm_aead_name_match() local
720 struct xfrm_algo_desc *xfrm_aead_get_byname(const char *name, int icv_len, int probe) in xfrm_aead_get_byname()
/net/nfc/hci/
Dllc.c59 int nfc_llc_register(const char *name, struct nfc_llc_ops *ops) in nfc_llc_register()
80 static struct nfc_llc_engine *nfc_llc_name_to_engine(const char *name) in nfc_llc_name_to_engine()
92 void nfc_llc_unregister(const char *name) in nfc_llc_unregister()
105 struct nfc_llc *nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev, in nfc_llc_allocate()
/net/tipc/
Dbearer.c54 struct tipc_media *tipc_media_find(const char *name) in tipc_media_find()
164 static int bearer_name_validate(const char *name, in bearer_name_validate()
205 struct tipc_bearer *tipc_bearer_find(const char *name) in tipc_bearer_find()
306 int tipc_enable_bearer(const char *name, u32 disc_domain, u32 priority) in tipc_enable_bearer()
425 int tipc_block_bearer(const char *name) in tipc_block_bearer()
477 int tipc_disable_bearer(const char *name) in tipc_disable_bearer()
/net/ipv4/
Dtcp_cong.c24 static struct tcp_congestion_ops *tcp_ca_find(const char *name) in tcp_ca_find()
113 int tcp_set_default_congestion_control(const char *name) in tcp_set_default_congestion_control()
165 void tcp_get_default_congestion_control(char *name) in tcp_get_default_congestion_control()
200 char *saved_clone, *clone, *name; in tcp_set_allowed_congestion_control() local
237 int tcp_set_congestion_control(struct sock *sk, const char *name) in tcp_set_congestion_control()
/net/netfilter/
Dnfnetlink_cttimeout.c81 char *name; in cttimeout_new_timeout() local
249 char *name; in cttimeout_get_timeout() local
318 char *name; in cttimeout_del_timeout() local
344 static struct ctnl_timeout *ctnl_timeout_find_get(const char *name) in ctnl_timeout_find_get()
Dxt_RATEEST.c29 static unsigned int xt_rateest_hash(const char *name) in xt_rateest_hash()
43 struct xt_rateest *xt_rateest_lookup(const char *name) in xt_rateest_lookup()
/net/netfilter/ipset/
Dip_set_core.c72 find_set_type(const char *name, u8 family, u8 revision) in find_set_type()
88 load_settype(const char *name) in load_settype()
102 #define find_set_type_get(name, family, revision, found) \ argument
106 __find_set_type_get(const char *name, u8 family, u8 revision, in __find_set_type_get()
142 #define find_set_type_minmax(name, family, min, max) \ argument
146 __find_set_type_minmax(const char *name, u8 family, u8 *min, u8 *max, in __find_set_type_minmax()
477 ip_set_get_byname(const char *name, struct ip_set **set) in ip_set_get_byname()
549 ip_set_nfnl_get(const char *name) in ip_set_nfnl_get()
667 find_set_and_id(const char *name, ip_set_id_t *id) in find_set_and_id()
684 find_set(const char *name) in find_set()
[all …]
/net/ieee802154/
Dnl-phy.c87 const char *name; in ieee802154_list_phy() local
178 const char *name; in ieee802154_add_iface() local
281 const char *name; in ieee802154_del_iface() local
/net/wireless/
Ddebugfs.c16 #define DEBUGFS_READONLY_FILE(name, buflen, fmt, value...) \ argument
103 #define DEBUGFS_ADD(name) \ argument
/net/sunrpc/
Dsvcauth.c137 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup()
160 struct auth_domain *auth_domain_find(char *name) in auth_domain_find()
Dstats.c220 do_register(struct net *net, const char *name, void *data, in do_register()
238 rpc_proc_unregister(struct net *net, const char *name) in rpc_proc_unregister()
255 svc_proc_unregister(struct net *net, const char *name) in svc_proc_unregister()
/net/sctp/
Dprimitive.c58 #define DECLARE_PRIMITIVE(name) \ argument
/net/bridge/netfilter/
Debtables.c322 find_inlist_lock_noload(struct list_head *head, const char *name, int *error, in find_inlist_lock_noload()
327 char name[EBT_FUNCTION_MAXNAMELEN]; in find_inlist_lock_noload() member
344 find_inlist_lock(struct list_head *head, const char *name, const char *prefix, in find_inlist_lock()
353 find_table_lock(struct net *net, const char *name, int *error, in find_table_lock()
653 const char *name, unsigned int *cnt, in ebt_check_entry()
837 static int translate_table(struct net *net, const char *name, in translate_table()
1270 static int do_update_counters(struct net *net, const char *name, in do_update_counters()
1338 char name[EBT_FUNCTION_MAXNAMELEN] = {}; in ebt_make_matchname() local
1352 char name[EBT_FUNCTION_MAXNAMELEN] = {}; in ebt_make_watchername() local
1366 char name[EBT_FUNCTION_MAXNAMELEN] = {}; in ebt_make_names() local
[all …]
/net/ipv4/netfilter/
Dip_tables.c622 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target()
647 find_check_entry(struct ipt_entry *e, struct net *net, const char *name, in find_check_entry()
1072 char name[XT_TABLE_MAXNAMELEN]; in get_info() local
1171 __do_replace(struct net *net, const char *name, unsigned int valid_hooks, in __do_replace()
1300 const char *name; in do_add_counters() local
1383 char name[XT_TABLE_MAXNAMELEN]; member
1435 const char *name, in compat_find_calc_match()
1474 const char *name) in check_compat_entry_size_and_hooks()
1557 unsigned int *size, const char *name, in compat_copy_entry_from_user()
1597 compat_check_entry(struct ipt_entry *e, struct net *net, const char *name) in compat_check_entry()
[all …]
Darp_tables.c485 static inline int check_target(struct arpt_entry *e, const char *name) in check_target()
508 find_check_entry(struct arpt_entry *e, const char *name, unsigned int size) in find_check_entry()
885 char name[XT_TABLE_MAXNAMELEN]; in get_info() local
983 static int __do_replace(struct net *net, const char *name, in __do_replace()
1113 const char *name; in do_add_counters() local
1211 const char *name) in check_compat_entry_size_and_hooks()
1279 unsigned int *size, const char *name, in compat_copy_entry_from_user()
1312 static int translate_compat_table(const char *name, in translate_compat_table()
1469 char name[XT_TABLE_MAXNAMELEN]; member
1624 char name[XT_TABLE_MAXNAMELEN]; member
/net/sunrpc/auth_gss/
Dgss_mech_switch.c70 make_auth_domain_name(char *name) in make_auth_domain_name()
149 _gss_mech_get_by_name(const char *name) in _gss_mech_get_by_name()
166 struct gss_api_mech * gss_mech_get_by_name(const char *name) in gss_mech_get_by_name()
/net/ipv6/netfilter/
Dip6_tables.c632 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target()
658 find_check_entry(struct ip6t_entry *e, struct net *net, const char *name, in find_check_entry()
1082 char name[XT_TABLE_MAXNAMELEN]; in get_info() local
1181 __do_replace(struct net *net, const char *name, unsigned int valid_hooks, in __do_replace()
1310 char *name; in do_add_counters() local
1395 char name[XT_TABLE_MAXNAMELEN]; member
1447 const char *name, in compat_find_calc_match()
1486 const char *name) in check_compat_entry_size_and_hooks()
1569 unsigned int *size, const char *name, in compat_copy_entry_from_user()
1607 const char *name) in compat_check_entry()
[all …]
/net/openvswitch/
Dvport.c72 static struct hlist_head *hash_bucket(struct net *net, const char *name) in hash_bucket()
85 struct vport *ovs_vport_locate(struct net *net, const char *name) in ovs_vport_locate()

123456