Home
last modified time | relevance | path

Searched refs:nlh2 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/net/netfilter/ipset/
Dip_set_core.c1877 struct nlmsghdr *nlh2; in ip_set_header() local
1891 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, info->nlh->nlmsg_seq, 0, in ip_set_header()
1893 if (!nlh2) in ip_set_header()
1901 nlmsg_end(skb2, nlh2); in ip_set_header()
1906 nlmsg_cancel(skb2, nlh2); in ip_set_header()
1925 struct nlmsghdr *nlh2; in ip_set_type() local
1945 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, info->nlh->nlmsg_seq, 0, in ip_set_type()
1947 if (!nlh2) in ip_set_type()
1955 nlmsg_end(skb2, nlh2); in ip_set_type()
1957 pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); in ip_set_type()
[all …]