Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetlink.h123 #define NLMSG_GOODSIZE SKB_WITH_OVERHEAD(PAGE_SIZE) macro
125 #define NLMSG_GOODSIZE SKB_WITH_OVERHEAD(8192UL) macro
128 #define NLMSG_DEFAULT_SIZE (NLMSG_GOODSIZE - NLMSG_HDRLEN)
/linux-4.4.14/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.4.14/drivers/infiniband/core/
Diwpm_util.c455 skb = dev_alloc_skb(NLMSG_GOODSIZE); in iwpm_create_nlmsg()
657 skb = dev_alloc_skb(NLMSG_GOODSIZE); in iwpm_send_mapinfo()
700 if (NLMSG_GOODSIZE - nlmsg_bytes < nlh->nlmsg_len * 2) { in iwpm_send_mapinfo()
718 skb = dev_alloc_skb(NLMSG_GOODSIZE); in iwpm_send_mapinfo()
/linux-4.4.14/drivers/net/
Dnlmon.c147 dev->mtu = NLMSG_GOODSIZE; in nlmon_setup()
/linux-4.4.14/net/tipc/
Dnetlink_compat.c183 buf = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_dumpit()
282 trans_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
303 doit_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
841 args = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_compat_publ_dump()
Dbearer.c739 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_bearer_get()
998 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_media_get()
Dlink.c1951 msg.skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_link_get()
/linux-4.4.14/net/sched/
Dact_api.c699 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in act_get_notify()
790 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tca_action_flush()
855 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tcf_del_notify()
929 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.c1408 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in qdisc_notify()
1707 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tclass_notify()
/linux-4.4.14/net/netfilter/
Dnf_tables_api.c482 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_table_notify()
574 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_gettable()
1034 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_chain_notify()
1137 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_getchain()
1859 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_rule_notify()
1972 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_getrule()
2526 skb = nlmsg_new(NLMSG_GOODSIZE, gfp_flags); in nf_tables_set_notify()
2659 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_getset()
3292 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_setelem_notify()
3715 skb2 = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_gen_notify()
[all …]
Dnfnetlink_log.c48 #define NFULNL_NLBUFSIZ_DEFAULT NLMSG_GOODSIZE
/linux-4.4.14/drivers/target/
Dtarget_core_user.c825 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tcmu_netlink_event()
/linux-4.4.14/net/netlink/
Daf_netlink.c1694 if (size <= NLMSG_GOODSIZE || broadcast) in netlink_alloc_large_skb()
2808 alloc_min_size = max_t(int, cb->min_dump_alloc, NLMSG_GOODSIZE); in netlink_dump()
/linux-4.4.14/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.4.14/net/ipv4/
Droute.c2545 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in inet_rtm_getroute()
/linux-4.4.14/net/core/
Drtnetlink.c2477 return NLMSG_GOODSIZE; in rtnl_calcit()
/linux-4.4.14/net/ipv6/
Droute.c3292 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in inet6_rtm_getroute()
/linux-4.4.14/net/wireless/
Dnl80211.c12280 msg = nlmsg_new(NLMSG_GOODSIZE, gfp); in cfg80211_conn_failed()