Lines Matching refs:nc
1169 struct sk_buff *nc; in do_mq_notify() local
1173 nc = NULL; in do_mq_notify()
1188 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in do_mq_notify()
1189 if (!nc) { in do_mq_notify()
1193 if (copy_from_user(nc->data, in do_mq_notify()
1201 skb_put(nc, NOTIFY_COOKIE_LEN); in do_mq_notify()
1218 ret = netlink_attachskb(sock, nc, &timeo, NULL); in do_mq_notify()
1225 nc = NULL; in do_mq_notify()
1260 info->notify_cookie = nc; in do_mq_notify()
1262 nc = NULL; in do_mq_notify()
1281 netlink_detachskb(sock, nc); in do_mq_notify()
1282 else if (nc) in do_mq_notify()
1283 dev_kfree_skb(nc); in do_mq_notify()