Searched refs:nlh2 (Results 1 – 1 of 1) sorted by relevance
/linux/net/netfilter/ipset/ |
H A D | ip_set_core.c | 1916 struct nlmsghdr *nlh2; in ip_set_header() local 1930 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, info->nlh->nlmsg_seq, 0, in ip_set_header() 1932 if (!nlh2) in ip_set_header() 1940 nlmsg_end(skb2, nlh2); in ip_set_header() 1945 nlmsg_cancel(skb2, nlh2); in ip_set_header() 1964 struct nlmsghdr *nlh2; in ip_set_type() local 1984 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, info->nlh->nlmsg_seq, 0, in ip_set_type() 1986 if (!nlh2) in ip_set_type() 1994 nlmsg_end(skb2, nlh2); in ip_set_type() 1996 pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); in ip_set_type() [all …]
|