Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 1 of 1) sorted by relevance

/ipc/
Dmqueue.c1327 struct sk_buff *nc; in do_mq_notify() local
1331 nc = NULL; in do_mq_notify()
1346 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in do_mq_notify()
1347 if (!nc) in do_mq_notify()
1350 if (copy_from_user(nc->data, in do_mq_notify()
1358 skb_put(nc, NOTIFY_COOKIE_LEN); in do_mq_notify()
1374 ret = netlink_attachskb(sock, nc, &timeo, NULL); in do_mq_notify()
1413 info->notify_cookie = nc; in do_mq_notify()
1415 nc = NULL; in do_mq_notify()
1435 netlink_detachskb(sock, nc); in do_mq_notify()
[all …]