Searched refs:nl_control (Results 1 – 3 of 3) sorted by relevance
58 CK_LIST_HEAD(nl_control_head, nl_control);61 VNET_DEFINE(struct nl_control, nl_ctl) = {165 struct nl_control *ctl; in can_unload()
98 struct nl_control { struct101 CK_LIST_ENTRY(nl_control) ctl_next;104 VNET_DECLARE(struct nl_control, nl_ctl); argument
161 struct nl_control { struct171 struct nl_control *nlc; in cmsg_check() argument176 nlc = (struct nl_control *)CMSG_DATA(cmsg); in cmsg_check()193 char cbuf[CMSG_SPACE(sizeof(struct nl_control) * 2)]; in ATF_TC_BODY()