Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmqueue.h54 #define NOTIFY_COOKIE_LEN 32 macro
/Linux-v5.4/ipc/
Dmqueue.c697 ((char *)skb->data)[NOTIFY_COOKIE_LEN-1] = code; in set_cookie()
1242 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in do_mq_notify()
1248 NOTIFY_COOKIE_LEN)) { in do_mq_notify()
1254 skb_put(nc, NOTIFY_COOKIE_LEN); in do_mq_notify()