Lines Matching defs:hdr

63 	struct nlmsghdr hdr;  member
290 dump_iface(struct nl_writer *nw, if_t ifp, const struct nlmsghdr *hdr, in dump_iface()
376 check_ifmsg(void *hdr, struct nl_pstate *npt) in check_ifmsg()
452 rtnl_handle_getlink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getlink()
533 rtnl_handle_dellink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_dellink()
588 create_link(struct nlmsghdr *hdr, struct nl_parsed_link *lattrs, in create_link()
613 modify_link(struct nlmsghdr *hdr, struct nl_parsed_link *lattrs, in modify_link()
670 rtnl_handle_newlink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_newlink()
956 const struct nlmsghdr *hdr) in dump_iface_addr()
1060 rtnl_handle_getaddr(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getaddr()
1112 handle_newaddr_inet(struct nlmsghdr *hdr, struct nl_parsed_ifa *attrs, in handle_newaddr_inet()
1196 handle_deladdr_inet(struct nlmsghdr *hdr, struct nl_parsed_ifa *attrs, in handle_deladdr_inet()
1217 handle_newaddr_inet6(struct nlmsghdr *hdr, struct nl_parsed_ifa *attrs, in handle_newaddr_inet6()
1280 handle_deladdr_inet6(struct nlmsghdr *hdr, struct nl_parsed_ifa *attrs, in handle_deladdr_inet6()
1301 rtnl_handle_addr(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_addr()
1365 struct nlmsghdr hdr = {}; in rtnl_handle_ifaddr() local
1401 struct nlmsghdr hdr = { .nlmsg_type = nlmsg_type }; in rtnl_handle_ifevent() local