/net/tipc/ |
D | config.h | 47 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string); 54 static inline struct sk_buff *tipc_cfg_reply_error_string(char *string) in tipc_cfg_reply_error_string() argument 56 return tipc_cfg_reply_string_type(TIPC_TLV_ERROR_STRING, string); in tipc_cfg_reply_error_string() 59 static inline struct sk_buff *tipc_cfg_reply_ultra_string(char *string) in tipc_cfg_reply_ultra_string() argument 61 return tipc_cfg_reply_string_type(TIPC_TLV_ULTRA_STRING, string); in tipc_cfg_reply_ultra_string()
|
D | addr.c | 98 char *tipc_addr_string_fill(char *string, u32 addr) in tipc_addr_string_fill() argument 100 snprintf(string, 16, "<%u.%u.%u>", in tipc_addr_string_fill() 102 return string; in tipc_addr_string_fill()
|
D | config.c | 98 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string) in tipc_cfg_reply_string_type() argument 101 int string_len = strlen(string) + 1; in tipc_cfg_reply_string_type() 105 tipc_cfg_append_tlv(buf, tlv_type, string, string_len); in tipc_cfg_reply_string_type()
|
D | addr.h | 93 char *tipc_addr_string_fill(char *string, u32 addr);
|
/net/netfilter/ |
D | nf_conntrack_amanda.c | 60 const char *string; member 65 .string = "CONNECT ", 69 .string = "\n", 73 .string = "DATA ", 77 .string = "MESG ", 81 .string = "INDEX ", 215 search[i].ts = textsearch_prepare(ts_algo, search[i].string, in nf_conntrack_amanda_init()
|
D | Kconfig | 1262 tristate '"string" match support' 1269 This option adds a `string' match, which allows you to look for
|
/net/irda/ |
D | irias_object.c | 465 struct ias_value *irias_new_string_value(char *string) in irias_new_string_value() argument 477 value->t.string = kstrndup(string, IAS_MAX_STRING, GFP_ATOMIC); in irias_new_string_value() 478 if (!value->t.string) { in irias_new_string_value() 484 value->len = strlen(value->t.string); in irias_new_string_value() 555 kfree(value->t.string); in irias_delete_value()
|
D | af_irda.c | 2033 ias_opt->attribute.irda_attrib_string.string[ias_opt->attribute.irda_attrib_string.len] = '\0'; in irda_setsockopt() 2038 ias_opt->attribute.irda_attrib_string.string, in irda_setsockopt() 2233 memcpy(ias_opt->attribute.irda_attrib_string.string, in irda_extract_ias_value() 2234 ias_value->t.string, ias_value->len); in irda_extract_ias_value() 2236 ias_opt->attribute.irda_attrib_string.string[ias_value->len] = '\0'; in irda_extract_ias_value()
|
D | iriap.c | 608 memcpy(fp+n, value->t.string, value->len); n+=value->len; in iriap_getvaluebyclass_response() 1063 attrib->value->t.string); in irias_seq_show()
|
/net/sunrpc/ |
D | rpcb_clnt.c | 880 static void encode_rpcb_string(struct xdr_stream *xdr, const char *string, in encode_rpcb_string() argument 886 len = strlen(string); in encode_rpcb_string() 892 xdr_encode_opaque(p, string, len); in encode_rpcb_string()
|
D | xdr.c | 93 xdr_encode_string(__be32 *p, const char *string) in xdr_encode_string() argument 95 return xdr_encode_array(p, string, strlen(string)); in xdr_encode_string()
|
/net/irda/irlan/ |
D | irlan_common.c | 968 int irlan_insert_string_param(struct sk_buff *skb, char *param, char *string) in irlan_insert_string_param() argument 970 int string_len = strlen(string); in irlan_insert_string_param() 972 return __irlan_insert_param(skb, param, IRLAN_ARRAY, 0, 0, string, in irlan_insert_string_param()
|
/net/batman-adv/ |
D | main.c | 506 .string = batadv_routing_algo,
|
/net/mac80211/ |
D | Kconfig | 71 string
|
/net/sched/ |
D | Kconfig | 613 print a configured policy string followed by the packet count
|
/net/ipv4/ |
D | Kconfig | 634 string
|