Lines Matching refs:pipe_name
121 const char *pipe_name, in wimax_msg_alloc() argument
133 + (pipe_name ? nla_total_size(strlen(pipe_name)) : 0); in wimax_msg_alloc()
150 if (pipe_name) { in wimax_msg_alloc()
152 pipe_name); in wimax_msg_alloc()
309 int wimax_msg(struct wimax_dev *wimax_dev, const char *pipe_name, in wimax_msg() argument
315 skb = wimax_msg_alloc(wimax_dev, pipe_name, buf, size, gfp_flags); in wimax_msg()
338 char *pipe_name; in wimax_gnl_doit_msg_from_user() local
366 pipe_name = NULL; in wimax_gnl_doit_msg_from_user()
372 pipe_name = kstrndup(nla_data(attr), attr_len + 1, GFP_KERNEL); in wimax_gnl_doit_msg_from_user()
373 if (pipe_name == NULL) in wimax_gnl_doit_msg_from_user()
375 pipe_name[attr_len] = 0; in wimax_gnl_doit_msg_from_user()
394 result = wimax_dev->op_msg_from_user(wimax_dev, pipe_name, in wimax_gnl_doit_msg_from_user()
400 kfree(pipe_name); in wimax_gnl_doit_msg_from_user()