Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmqueue.h51 #define NOTIFY_COOKIE_LEN 32 macro
/linux-4.4.14/ipc/
Dmqueue.c618 ((char *)skb->data)[NOTIFY_COOKIE_LEN-1] = code; in set_cookie()
1223 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in SYSCALL_DEFINE2()
1230 NOTIFY_COOKIE_LEN)) { in SYSCALL_DEFINE2()
1236 skb_put(nc, NOTIFY_COOKIE_LEN); in SYSCALL_DEFINE2()