Lines Matching refs:nc
1223 struct sk_buff *nc; in do_mq_notify() local
1227 nc = NULL; in do_mq_notify()
1242 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in do_mq_notify()
1243 if (!nc) in do_mq_notify()
1246 if (copy_from_user(nc->data, in do_mq_notify()
1254 skb_put(nc, NOTIFY_COOKIE_LEN); in do_mq_notify()
1270 ret = netlink_attachskb(sock, nc, &timeo, NULL); in do_mq_notify()
1309 info->notify_cookie = nc; in do_mq_notify()
1311 nc = NULL; in do_mq_notify()
1330 netlink_detachskb(sock, nc); in do_mq_notify()
1333 dev_kfree_skb(nc); in do_mq_notify()