Searched refs:string_len (Results 1 - 3 of 3) sorted by relevance

/net/tipc/
H A Dconfig.c97 int string_len = strlen(string) + 1; local
99 buf = tipc_cfg_reply_alloc(TLV_SPACE(string_len));
101 tipc_cfg_append_tlv(buf, tlv_type, string, string_len);
/net/irda/irlan/
H A Dirlan_common.c970 int string_len = strlen(string); local
973 string_len);
/net/netfilter/
H A Dnf_conntrack_sip.c58 static int string_len(const struct nf_conn *ct, const char *dptr, function
123 int len = string_len(ct, dptr, limit, shift);
239 mlen = string_len(ct, dptr, limit, NULL);

Completed in 146 milliseconds