Searched refs:NLMSG_GOODSIZE (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/include/linux/ |
D | netlink.h | 112 #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/ |
D | hsr_netlink.c | 155 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/ |
D | iwpm_util.c | 447 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/ |
D | nlmon.c | 147 dev->mtu = NLMSG_GOODSIZE; in nlmon_setup()
|
/linux-4.1.27/net/tipc/ |
D | netlink_compat.c | 181 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()
|
D | bearer.c | 693 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()
|
D | link.c | 2194 ans_skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_link_get()
|
/linux-4.1.27/net/sched/ |
D | act_api.c | 681 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()
|
D | cls_api.c | 395 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tfilter_notify()
|
D | sch_api.c | 1406 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/ |
D | nf_tables_api.c | 444 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 …]
|
D | nfnetlink_log.c | 47 #define NFULNL_NLBUFSIZ_DEFAULT NLMSG_GOODSIZE
|
/linux-4.1.27/drivers/target/ |
D | target_core_user.c | 785 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tcmu_netlink_event()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 1675 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/ |
D | drbd_nl.c | 141 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/ |
D | route.c | 2474 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in inet_rtm_getroute()
|
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 2345 return NLMSG_GOODSIZE; in rtnl_calcit()
|
/linux-4.1.27/net/ipv6/ |
D | route.c | 2981 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in inet6_rtm_getroute()
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 11896 msg = nlmsg_new(NLMSG_GOODSIZE, gfp); in cfg80211_conn_failed()
|