Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetlink.h112 #define NLMSG_GOODSIZE SKB_WITH_OVERHEAD(PAGE_SIZE) macro
114 #define NLMSG_GOODSIZE SKB_WITH_OVERHEAD(8192UL) macro
117 #define NLMSG_DEFAULT_SIZE (NLMSG_GOODSIZE - NLMSG_HDRLEN)
/linux-4.1.27/net/hsr/
Dhsr_netlink.c155 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in hsr_nl_ringerror()
196 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in hsr_nl_nodedown()
272 skb_out = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in hsr_get_node_status()
398 skb_out = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in hsr_get_node_list()
/linux-4.1.27/drivers/infiniband/core/
Diwpm_util.c447 skb = dev_alloc_skb(NLMSG_GOODSIZE); in iwpm_create_nlmsg()
649 skb = dev_alloc_skb(NLMSG_GOODSIZE); in iwpm_send_mapinfo()
692 if (NLMSG_GOODSIZE - nlmsg_bytes < nlh->nlmsg_len * 2) { in iwpm_send_mapinfo()
710 skb = dev_alloc_skb(NLMSG_GOODSIZE); in iwpm_send_mapinfo()
/linux-4.1.27/drivers/net/
Dnlmon.c147 dev->mtu = NLMSG_GOODSIZE; in nlmon_setup()
/linux-4.1.27/net/tipc/
Dnetlink_compat.c181 buf = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_dumpit()
280 trans_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
301 doit_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
751 args = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_compat_publ_dump()
Dbearer.c693 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_bearer_get()
952 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_media_get()
Dlink.c2194 ans_skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_link_get()
/linux-4.1.27/net/sched/
Dact_api.c681 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in act_get_notify()
772 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tca_action_flush()
837 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tcf_del_notify()
911 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tcf_add_notify()
Dcls_api.c395 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tfilter_notify()
Dsch_api.c1406 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in qdisc_notify()
1705 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tclass_notify()
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c444 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_table_notify()
536 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_gettable()
991 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_chain_notify()
1094 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_getchain()
1788 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_rule_notify()
1901 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_getrule()
2458 skb = nlmsg_new(NLMSG_GOODSIZE, gfp_flags); in nf_tables_set_notify()
2590 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_getset()
3223 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_setelem_notify()
3647 skb2 = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_gen_notify()
[all …]
Dnfnetlink_log.c47 #define NFULNL_NLBUFSIZ_DEFAULT NLMSG_GOODSIZE
/linux-4.1.27/drivers/target/
Dtarget_core_user.c785 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tcmu_netlink_event()
/linux-4.1.27/net/netlink/
Daf_netlink.c1675 if (size <= NLMSG_GOODSIZE || broadcast) in netlink_alloc_large_skb()
2706 alloc_min_size = max_t(int, cb->min_dump_alloc, NLMSG_GOODSIZE); in netlink_dump()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_nl.c141 adm_ctx->reply_skb = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in drbd_adm_prepare()
3647 msg = genlmsg_new(NLMSG_GOODSIZE, GFP_NOIO); in drbd_bcast_event()
/linux-4.1.27/net/ipv4/
Droute.c2474 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in inet_rtm_getroute()
/linux-4.1.27/net/core/
Drtnetlink.c2345 return NLMSG_GOODSIZE; in rtnl_calcit()
/linux-4.1.27/net/ipv6/
Droute.c2981 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in inet6_rtm_getroute()
/linux-4.1.27/net/wireless/
Dnl80211.c11896 msg = nlmsg_new(NLMSG_GOODSIZE, gfp); in cfg80211_conn_failed()