Searched refs:nlh2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_core.c | 1696 struct nlmsghdr *nlh2; in ip_set_header() local 1711 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq, 0, in ip_set_header() 1713 if (!nlh2) in ip_set_header() 1721 nlmsg_end(skb2, nlh2); in ip_set_header() 1730 nlmsg_cancel(skb2, nlh2); in ip_set_header() 1751 struct nlmsghdr *nlh2; in ip_set_type() local 1771 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq, 0, in ip_set_type() 1773 if (!nlh2) in ip_set_type() 1781 nlmsg_end(skb2, nlh2); in ip_set_type() 1783 pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); in ip_set_type() [all …]
|