Lines Matching refs:pipe_name
106 const char *pipe_name, in wimax_msg_alloc() argument
118 + (pipe_name ? nla_total_size(strlen(pipe_name)) : 0); in wimax_msg_alloc()
135 if (pipe_name) { in wimax_msg_alloc()
137 pipe_name); in wimax_msg_alloc()
294 int wimax_msg(struct wimax_dev *wimax_dev, const char *pipe_name, in wimax_msg() argument
300 skb = wimax_msg_alloc(wimax_dev, pipe_name, buf, size, gfp_flags); in wimax_msg()
323 char *pipe_name; in wimax_gnl_doit_msg_from_user() local
351 pipe_name = NULL; in wimax_gnl_doit_msg_from_user()
357 pipe_name = kstrndup(nla_data(attr), attr_len + 1, GFP_KERNEL); in wimax_gnl_doit_msg_from_user()
358 if (pipe_name == NULL) in wimax_gnl_doit_msg_from_user()
360 pipe_name[attr_len] = 0; in wimax_gnl_doit_msg_from_user()
379 result = wimax_dev->op_msg_from_user(wimax_dev, pipe_name, in wimax_gnl_doit_msg_from_user()
385 kfree(pipe_name); in wimax_gnl_doit_msg_from_user()