Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmqueue.h54 #define NOTIFY_COOKIE_LEN 32 macro
/linux/tools/testing/selftests/net/
H A Dnetlink-dumps.c236 char cookie[NOTIFY_COOKIE_LEN] = {}; in TEST()
/linux/ipc/
H A Dmqueue.c771 ((char *)skb->data)[NOTIFY_COOKIE_LEN-1] = code; in set_cookie()
1291 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in do_mq_notify()
1297 NOTIFY_COOKIE_LEN)) { in do_mq_notify()
1303 skb_put(nc, NOTIFY_COOKIE_LEN); in do_mq_notify()