Home
last modified time | relevance | path

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

1234567

/net/mac80211/
Ddebugfs_netdev.c70 #define IEEE80211_IF_FMT(name, field, format_string) \ argument
77 #define IEEE80211_IF_FMT_DEC(name, field) \ argument
79 #define IEEE80211_IF_FMT_HEX(name, field) \ argument
81 #define IEEE80211_IF_FMT_LHEX(name, field) \ argument
83 #define IEEE80211_IF_FMT_SIZE(name, field) \ argument
86 #define IEEE80211_IF_FMT_HEXARRAY(name, field) \ argument
101 #define IEEE80211_IF_FMT_ATOMIC(name, field) \ argument
109 #define IEEE80211_IF_FMT_MAC(name, field) \ argument
117 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, field) \ argument
126 #define _IEEE80211_IF_FILE_OPS(name, _read, _write) \ argument
[all …]
Ddebugfs_key.c19 #define KEY_READ(name, prop, format_string) \ argument
28 #define KEY_READ_D(name) KEY_READ(name, name, "%d\n") argument
29 #define KEY_READ_X(name) KEY_READ(name, name, "0x%x\n") argument
31 #define KEY_OPS(name) \ argument
38 #define KEY_OPS_W(name) \ argument
46 #define KEY_FILE(name, format) \ argument
50 #define KEY_CONF_READ(name, format_string) \ argument
52 #define KEY_CONF_READ_D(name) KEY_CONF_READ(name, "%d\n") argument
54 #define KEY_CONF_OPS(name) \ argument
61 #define KEY_CONF_FILE(name, format) \ argument
[all …]
Ddebugfs.c35 #define DEBUGFS_READONLY_FILE_FN(name, fmt, value...) \ argument
45 #define DEBUGFS_READONLY_FILE_OPS(name) \ argument
52 #define DEBUGFS_READONLY_FILE(name, fmt, value...) \ argument
56 #define DEBUGFS_ADD(name) \ argument
59 #define DEBUGFS_ADD_MODE(name, mode) \ argument
321 #define DEBUGFS_DEVSTATS_FILE(name) \ argument
344 #define DEBUGFS_STATS_ADD(name) \ argument
346 #define DEBUGFS_DEVSTATS_ADD(name) \ argument
Ddebugfs_sta.c23 #define STA_READ(name, field, format_string) \ argument
32 #define STA_READ_D(name, field) STA_READ(name, field, "%d\n") argument
34 #define STA_OPS(name) \ argument
41 #define STA_OPS_RW(name) \ argument
49 #define STA_FILE(name, field, format) \ argument
493 #define DEBUGFS_ADD(name) \ argument
497 #define DEBUGFS_ADD_COUNTER(name, field) \ argument
/net/xfrm/
Dxfrm_algo.c703 const char *name = data; in xfrm_alg_name_match() local
709 struct xfrm_algo_desc *xfrm_aalg_get_byname(const char *name, int probe) in xfrm_aalg_get_byname()
716 struct xfrm_algo_desc *xfrm_ealg_get_byname(const char *name, int probe) in xfrm_ealg_get_byname()
723 struct xfrm_algo_desc *xfrm_calg_get_byname(const char *name, int probe) in xfrm_calg_get_byname()
731 const char *name; member
739 const char *name = aead->name; in xfrm_aead_name_match() local
745 struct xfrm_algo_desc *xfrm_aead_get_byname(const char *name, int icv_len, int probe) in xfrm_aead_get_byname()
/net/ipv4/
Dtcp_cong.c23 static struct tcp_congestion_ops *tcp_ca_find(const char *name) in tcp_ca_find()
36 static const struct tcp_congestion_ops *__tcp_ca_find_autoload(const char *name) in __tcp_ca_find_autoload()
118 u32 tcp_ca_get_key_by_name(const char *name, bool *ecn_ca) in tcp_ca_get_key_by_name()
217 int tcp_set_default_congestion_control(const char *name) in tcp_set_default_congestion_control()
267 void tcp_get_default_congestion_control(char *name) in tcp_get_default_congestion_control()
301 char *saved_clone, *clone, *name; in tcp_set_allowed_congestion_control() local
341 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, in tcp_set_congestion_control()
Dtcp_ulp.c20 static struct tcp_ulp_ops *tcp_ulp_find(const char *name) in tcp_ulp_find()
32 static const struct tcp_ulp_ops *__tcp_ulp_find_autoload(const char *name) in __tcp_ulp_find_autoload()
114 int tcp_set_ulp(struct sock *sk, const char *name) in tcp_set_ulp()
/net/nfc/hci/
Dllc.c55 int nfc_llc_register(const char *name, struct nfc_llc_ops *ops) in nfc_llc_register()
76 static struct nfc_llc_engine *nfc_llc_name_to_engine(const char *name) in nfc_llc_name_to_engine()
88 void nfc_llc_unregister(const char *name) in nfc_llc_unregister()
101 struct nfc_llc *nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev, in nfc_llc_allocate()
/net/tipc/
Dbearer.c74 struct tipc_media *tipc_media_find(const char *name) in tipc_media_find()
129 static int bearer_name_validate(const char *name, in bearer_name_validate()
170 struct tipc_bearer *tipc_bearer_find(struct net *net, const char *name) in tipc_bearer_find()
189 int tipc_bearer_get_name(struct net *net, char *name, u32 bearer_id) in tipc_bearer_get_name()
232 static int tipc_enable_bearer(struct net *net, const char *name, in tipc_enable_bearer()
768 char *name; in tipc_nl_bearer_get() local
819 char *name; in tipc_nl_bearer_disable() local
907 char *name; in tipc_nl_bearer_add() local
950 char *name; in tipc_nl_bearer_set() local
1071 char *name; in tipc_nl_media_get() local
[all …]
/net/netfilter/
Dxt_RATEEST.c28 static unsigned int xt_rateest_hash(const char *name) in xt_rateest_hash()
42 static struct xt_rateest *__xt_rateest_lookup(const char *name) in __xt_rateest_lookup()
58 struct xt_rateest *xt_rateest_lookup(const char *name) in xt_rateest_lookup()
Dx_tables.c181 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match()
209 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) in xt_request_find_match()
227 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target()
254 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target()
273 void __user *pname, const char *name, in xt_obj_to_user()
327 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn()
347 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn()
368 int xt_find_revision(u8 af, const char *name, u8 revision, int target, in xt_find_revision()
440 int xt_check_proc_name(const char *name, unsigned int size) in xt_check_proc_name()
641 char name[sizeof(m->u.user.name)]; in xt_compat_match_from_user() local
[all …]
Dnfnetlink_cttimeout.c80 char *name; in cttimeout_new_timeout() local
248 char *name; in cttimeout_get_timeout() local
337 char *name; in cttimeout_del_timeout() local
505 ctnl_timeout_find_get(struct net *net, const char *name) in ctnl_timeout_find_get()
Dnf_conntrack_helper.c134 __nf_conntrack_helper_find(const char *name, u16 l3num, u8 protonum) in __nf_conntrack_helper_find()
157 nf_conntrack_helper_try_module_get(const char *name, u16 l3num, u8 protonum) in nf_conntrack_helper_try_module_get()
335 nf_ct_helper_expectfn_find_by_name(const char *name) in nf_ct_helper_expectfn_find_by_name()
477 u16 l3num, u16 protonum, const char *name, in nf_ct_helper_init()
/net/ieee802154/
Dnl-phy.c86 const char *name; in ieee802154_list_phy() local
173 const char *name; in ieee802154_add_iface() local
276 const char *name; in ieee802154_del_iface() local
/net/wireless/
Ddebugfs.c16 #define DEBUGFS_READONLY_FILE(name, buflen, fmt, value...) \ argument
105 #define DEBUGFS_ADD(name) \ argument
Dlib80211.c49 int lib80211_crypt_info_init(struct lib80211_crypt_info *info, char *name, in lib80211_crypt_info_init()
209 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name) in lib80211_get_crypto_ops()
/net/sunrpc/
Dsvcauth.c145 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup()
168 struct auth_domain *auth_domain_find(char *name) in auth_domain_find()
Dstats.c245 do_register(struct net *net, const char *name, void *data, in do_register()
263 rpc_proc_unregister(struct net *net, const char *name) in rpc_proc_unregister()
280 svc_proc_unregister(struct net *net, const char *name) in svc_proc_unregister()
/net/batman-adv/
Dbat_algo.c47 static struct batadv_algo_ops *batadv_algo_get(char *name) in batadv_algo_get()
91 int batadv_algo_select(struct batadv_priv *bat_priv, char *name) in batadv_algo_select()
/net/netfilter/ipset/
Dip_set_core.c84 find_set_type(const char *name, u8 family, u8 revision) in find_set_type()
100 load_settype(const char *name) in load_settype()
114 #define find_set_type_get(name, family, revision, found) \ argument
118 __find_set_type_get(const char *name, u8 family, u8 revision, in __find_set_type_get()
155 #define find_set_type_minmax(name, family, min, max) \ argument
159 __find_set_type_minmax(const char *name, u8 family, u8 *min, u8 *max, in __find_set_type_minmax()
621 ip_set_get_byname(struct net *net, const char *name, struct ip_set **set) in ip_set_get_byname()
676 ip_set_name_byindex(struct net *net, ip_set_id_t index, char *name) in ip_set_name_byindex()
792 find_set_and_id(struct ip_set_net *inst, const char *name, ip_set_id_t *id) in find_set_and_id()
809 find_set(struct ip_set_net *inst, const char *name) in find_set()
[all …]
/net/sctp/
Dprimitive.c51 #define DECLARE_PRIMITIVE(name) \ argument
/net/sunrpc/auth_gss/
Dgss_mech_switch.c70 make_auth_domain_name(char *name) in make_auth_domain_name()
150 _gss_mech_get_by_name(const char *name) in _gss_mech_get_by_name()
167 struct gss_api_mech * gss_mech_get_by_name(const char *name) in gss_mech_get_by_name()
/net/bluetooth/
Daf_bluetooth.c745 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init()
756 void bt_procfs_cleanup(struct net *net, const char *name) in bt_procfs_cleanup()
761 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init()
768 void bt_procfs_cleanup(struct net *net, const char *name) in bt_procfs_cleanup()
/net/bridge/netfilter/
Debtables.c309 find_inlist_lock_noload(struct list_head *head, const char *name, int *error, in find_inlist_lock_noload()
314 char name[EBT_FUNCTION_MAXNAMELEN]; in find_inlist_lock_noload() member
328 find_inlist_lock(struct list_head *head, const char *name, const char *prefix, in find_inlist_lock()
337 find_table_lock(struct net *net, const char *name, int *error, in find_table_lock()
635 const char *name, unsigned int *cnt, in ebt_check_entry()
820 static int translate_table(struct net *net, const char *name, in translate_table()
1264 static int do_update_counters(struct net *net, const char *name, in do_update_counters()
1331 char name[EBT_FUNCTION_MAXNAMELEN] = {0}; in ebt_obj_to_user() local
1555 char name[EBT_TABLE_MAXNAMELEN]; member
1571 char name[EBT_FUNCTION_MAXNAMELEN]; member
[all …]
/net/9p/
Dclient.c1318 int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags, u32 mode, in p9_client_create_dotl()
1363 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate()
1408 int p9_client_symlink(struct p9_fid *dfid, const char *name, in p9_client_symlink()
1559 int p9_client_unlinkat(struct p9_fid *dfid, const char *name, int flags) in p9_client_unlinkat()
1969 struct p9_fid *newdirfid, const char *name) in p9_client_rename()
2076 int p9_client_xattrcreate(struct p9_fid *fid, const char *name, in p9_client_xattrcreate()
2168 int p9_client_mknod_dotl(struct p9_fid *fid, const char *name, int mode, in p9_client_mknod_dotl()
2199 int p9_client_mkdir_dotl(struct p9_fid *fid, const char *name, int mode, in p9_client_mkdir_dotl()

1234567