Searched refs:netlink_alloc_large_skb (Results 1 – 3 of 3) sorted by relevance
358 struct sk_buff *netlink_alloc_large_skb(unsigned int size, int broadcast);
1179 struct sk_buff *netlink_alloc_large_skb(unsigned int size, int broadcast) in netlink_alloc_large_skb() function1857 skb = netlink_alloc_large_skb(len, dst_group); in netlink_sendmsg()
1032 return netlink_alloc_large_skb(nlmsg_total_size(payload), 0); in nlmsg_new_large()