Home
last modified time | relevance | path

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

/tools/testing/selftests/net/mptcp/
A Dpm_nl_ctl.c103 struct genlmsghdr *ghdr; in capture_events() local
136 ghdr = (struct genlmsghdr *)NLMSG_DATA(nh); in capture_events()
138 if (ghdr->cmd == 0) in capture_events()
141 fprintf(stderr, "type:%d", ghdr->cmd); in capture_events()
145 attrs = (struct rtattr *) ((char *) ghdr + GENL_HDRLEN); in capture_events()
242 struct genlmsghdr *ghdr = NLMSG_DATA(nlh); in genl_parse_getfamily() local
261 if (ghdr->cmd != CTRL_CMD_NEWFAMILY) in genl_parse_getfamily()
262 error(1, errno, "Unknown controller command %d\n", ghdr->cmd); in genl_parse_getfamily()
264 attrs = (struct rtattr *) ((char *) ghdr + GENL_HDRLEN); in genl_parse_getfamily()

Completed in 6 milliseconds