Searched refs:NOTIFY_COOKIE_LEN (Results 1 – 2 of 2) sorted by relevance
54 #define NOTIFY_COOKIE_LEN 32 macro
776 ((char *)skb->data)[NOTIFY_COOKIE_LEN-1] = code; in set_cookie()1343 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in do_mq_notify()1349 NOTIFY_COOKIE_LEN)) { in do_mq_notify()1355 skb_put(nc, NOTIFY_COOKIE_LEN); in do_mq_notify()
Completed in 7 milliseconds