Searched defs:str (Results 1 – 25 of 26) sorted by relevance
12
/net/ceph/ |
D | ceph_hash.c | 23 unsigned int ceph_str_hash_rjenkins(const char *str, unsigned int length) in ceph_str_hash_rjenkins() 94 unsigned int ceph_str_hash_linux(const char *str, unsigned int length) in ceph_str_hash_linux()
|
D | string_table.c | 11 struct ceph_string *ceph_find_or_create_string(const char* str, size_t len) in ceph_find_or_create_string()
|
D | ceph_strings.c | 52 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
|
D | ceph_common.c | 193 int ceph_parse_fsid(const char *str, struct ceph_fsid *fsid) in ceph_parse_fsid()
|
D | messenger.c | 1220 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton()
|
D | osdmap.c | 30 char *ceph_osdmap_state_str(char *str, int len, u32 state) in ceph_osdmap_state_str()
|
/net/tipc/ |
D | addr.c | 82 char *tipc_nodeid2string(char *str, u8 *id) in tipc_nodeid2string()
|
D | netlink_compat.c | 166 static struct sk_buff *tipc_get_err_tlv(char *str) in tipc_get_err_tlv()
|
D | link.c | 2576 static void link_print(struct tipc_link *l, const char *str) in link_print()
|
/net/sunrpc/auth_gss/ |
D | gss_generic_token.c | 47 #define TWRITE_STR(ptr, str, len) \ argument
|
/net/sunrpc/ |
D | auth_tls.c | 124 void *str; in tls_validate() local
|
D | xdr.c | 2309 ssize_t xdr_stream_decode_string(struct xdr_stream *xdr, char *str, size_t size) in xdr_stream_decode_string() 2338 ssize_t xdr_stream_decode_string_dup(struct xdr_stream *xdr, char **str, in xdr_stream_decode_string_dup()
|
D | cache.c | 1123 void qword_add(char **bpp, int *lp, char *str) in qword_add()
|
/net/ieee802154/ |
D | core.c | 26 struct wpan_phy *wpan_phy_find(const char *str) in wpan_phy_find()
|
/net/core/ |
D | utils.c | 50 __be32 in_aton(const char *str) in in_aton()
|
D | sysctl_net_core.c | 697 static int __init fb_tunnels_only_for_init_net_sysctl_setup(char *str) in fb_tunnels_only_for_init_net_sysctl_setup()
|
D | netpoll.c | 521 static int netpoll_parse_ip_addr(const char *str, union inet_addr *addr) in netpoll_parse_ip_addr()
|
D | xdp.c | 751 #define XDP_METADATA_KFUNC(name, str) BTF_ID(func, str) in BTF_ID_LIST() argument
|
/net/ethtool/ |
D | strset.c | 335 const char *str = info->strings[i]; in strset_set_size() local
|
/net/9p/ |
D | trans_xen.c | 441 char str[16]; in xen_9pfs_front_init() local
|
/net/ipv4/ |
D | tcp_metrics.c | 997 static int __init set_tcpmhash_entries(char *str) in set_tcpmhash_entries()
|
D | ipconfig.c | 1838 static int __init set_carrier_timeout(char *str) in set_carrier_timeout()
|
D | tcp.c | 4635 static int __init set_thash_entries(char *str) in set_thash_entries()
|
D | udp.c | 3406 static int __init set_uhash_entries(char *str) in set_uhash_entries()
|
/net/ipv6/ |
D | addrconf.c | 6516 char str[IPV6_MAX_STRLEN]; in addrconf_sysctl_stable_secret() local
|
12