Searched refs:gnl (Results 1 – 2 of 2) sorted by relevance
252 struct genlmsghdr *gnl = NLMSG_DATA(nh); in parse_genl_family_id() local253 struct nlattr *na = (struct nlattr *)((void *)gnl + GENL_HDRLEN); in parse_genl_family_id()258 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_genl_family_id()273 .gnl.cmd = CTRL_CMD_GETFAMILY, in libbpf_netlink_resolve_genl_family_id()274 .gnl.version = 2, in libbpf_netlink_resolve_genl_family_id()408 struct genlmsghdr *gnl = NLMSG_DATA(nh); in parse_xdp_features() local409 struct nlattr *na = (struct nlattr *)((void *)gnl + GENL_HDRLEN); in parse_xdp_features()415 NLMSG_PAYLOAD(nh, sizeof(*gnl)), NULL); in parse_xdp_features()487 req.gnl.cmd = NETDEV_CMD_DEV_GET; in bpf_xdp_query()488 req.gnl.version = 2; in bpf_xdp_query()
62 struct genlmsghdr gnl; member
Completed in 7 milliseconds