Lines Matching defs:nlh
98 void nfnl_dump_packet(struct nlmsghdr *nlh, int received_len, char *desc) in nfnl_dump_packet()
519 struct nlmsghdr *nlh, unsigned int len, in nfnl_fill_hdr()
552 const struct nlmsghdr *nlh, in nfnl_parse_hdr()
1132 struct nlmsghdr *nlh; in nfnl_get_msg_first() local
1151 struct nlmsghdr *nlh; in nfnl_get_msg_next() local
1237 const struct nlmsghdr *nlh, in nfnl_check_attributes()
1292 static int __nfnl_handle_msg(struct nfnl_handle *h, struct nlmsghdr *nlh, in __nfnl_handle_msg()
1328 struct nlmsghdr *nlh = (struct nlmsghdr *)buf; in nfnl_handle_packet() local
1347 static int nfnl_is_error(struct nfnl_handle *h, struct nlmsghdr *nlh) in nfnl_is_error()
1366 static int nfnl_step(struct nfnl_handle *h, struct nlmsghdr *nlh) in nfnl_step()
1454 struct nlmsghdr *nlh = (struct nlmsghdr *)buf; in nfnl_process() local
1481 struct nlmsghdr *nlh; member
1503 struct nlmsghdr *nlh; in nfnl_iterator_create() local
1646 int nfnl_query(struct nfnl_handle *h, struct nlmsghdr *nlh) in nfnl_query()