Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dnetlink.c46 struct tipc_genlmsghdr *req_userhdr = info->userhdr; in handle_cmd() local
50 if ((req_userhdr->cmd & 0xC000) && (!capable(CAP_NET_ADMIN))) in handle_cmd()
53 cmd = req_userhdr->cmd; in handle_cmd()
55 rep_buf = tipc_cfg_do_cmd(req_userhdr->dest, cmd, in handle_cmd()