Lines Matching defs:nlh

255 int mnl_attr_parse(const struct nlmsghdr *nlh,  in mnl_attr_parse()
395 void mnl_attr_put(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put()
421 void mnl_attr_put_u8(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_u8()
436 void mnl_attr_put_u16(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_u16()
451 void mnl_attr_put_u32(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_u32()
466 void mnl_attr_put_u64(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_u64()
481 void mnl_attr_put_str(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_str()
499 void mnl_attr_put_strz(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_strz()
514 struct nlattr *mnl_attr_nest_start(struct nlmsghdr *nlh, in mnl_attr_nest_start()
540 bool mnl_attr_put_check(struct nlmsghdr *nlh, size_t buflen, in mnl_attr_put_check()
563 bool mnl_attr_put_u8_check(struct nlmsghdr *nlh, size_t buflen, in mnl_attr_put_u8_check()
584 bool mnl_attr_put_u16_check(struct nlmsghdr *nlh, size_t buflen, in mnl_attr_put_u16_check()
605 bool mnl_attr_put_u32_check(struct nlmsghdr *nlh, size_t buflen, in mnl_attr_put_u32_check()
626 bool mnl_attr_put_u64_check(struct nlmsghdr *nlh, size_t buflen, in mnl_attr_put_u64_check()
647 bool mnl_attr_put_str_check(struct nlmsghdr *nlh, size_t buflen, in mnl_attr_put_str_check()
669 bool mnl_attr_put_strz_check(struct nlmsghdr *nlh, size_t buflen, in mnl_attr_put_strz_check()
685 struct nlattr *mnl_attr_nest_start_check(struct nlmsghdr *nlh, in mnl_attr_nest_start_check()
701 void mnl_attr_nest_end(struct nlmsghdr *nlh, in mnl_attr_nest_end()
714 void mnl_attr_nest_cancel(struct nlmsghdr *nlh, in mnl_attr_nest_cancel()