Home
last modified time | relevance | path

Searched refs:gnl (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dnetlink.c252 struct genlmsghdr *gnl = NLMSG_DATA(nh); in parse_genl_family_id() local
253 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() local
409 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 in bpf_xdp_query()
[all...]
H A Dnlattr.h62 struct genlmsghdr gnl; member

Completed in 2 milliseconds