Home
last modified time | relevance | path

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

/freebsd/sys/netlink/
H A Dnetlink_var.h93 #define NLF_MSG_INFO 0x08 /* Send caller info along with the notifications */ macro
H A Dnetlink_domain.c681 if (controlp != NULL && (nlp->nl_flags & NLF_MSG_INFO)) in nl_soreceive()
842 return (NLF_MSG_INFO); in nl_getoptflag()
890 if ((flag == NLF_MSG_INFO) && nlp->nl_linux) { in nl_ctloutput()