| /Linux-v5.4/include/linux/ |
| D | netlink.h | 172 #define NLMSG_GOODSIZE SKB_WITH_OVERHEAD(PAGE_SIZE) macro 174 #define NLMSG_GOODSIZE SKB_WITH_OVERHEAD(8192UL) macro 177 #define NLMSG_DEFAULT_SIZE (NLMSG_GOODSIZE - NLMSG_HDRLEN)
|
| /Linux-v5.4/net/hsr/ |
| D | hsr_netlink.c | 148 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in hsr_nl_ringerror() 190 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in hsr_nl_nodedown() 262 skb_out = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in hsr_get_node_status() 388 skb_out = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in hsr_get_node_list()
|
| /Linux-v5.4/drivers/net/ |
| D | nlmon.c | 121 dev->mtu = NLMSG_GOODSIZE; in nlmon_setup()
|
| D | gtp.c | 1210 skb2 = genlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in gtp_genl_get_pdp()
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | iwpm_util.c | 693 skb = dev_alloc_skb(NLMSG_GOODSIZE); in iwpm_send_mapinfo() 747 if (NLMSG_GOODSIZE - nlmsg_bytes < nlh->nlmsg_len * 2) { in iwpm_send_mapinfo() 765 skb = dev_alloc_skb(NLMSG_GOODSIZE); in iwpm_send_mapinfo()
|
| /Linux-v5.4/net/sched/ |
| D | act_api.c | 1079 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tcf_get_notify() 1151 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tca_action_flush() 1250 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_del_notify() 1332 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_add_notify()
|
| D | sch_api.c | 963 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in qdisc_notify() 1839 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tclass_notify() 1867 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tclass_del_notify()
|
| D | cls_api.c | 1843 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tfilter_notify() 1875 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tfilter_del_notify() 2672 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tc_chain_notify() 2703 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in tc_chain_notify_delete()
|
| /Linux-v5.4/net/tipc/ |
| D | netlink_compat.c | 194 buf = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_dumpit() 307 trans_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit() 319 doit_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit() 974 args = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_compat_publ_dump()
|
| D | bearer.c | 853 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_bearer_get() 1184 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_media_get()
|
| D | node.c | 2182 msg.skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_node_get_link() 2434 msg.skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_node_get_monitor()
|
| /Linux-v5.4/net/netfilter/ |
| D | nf_tables_api.c | 611 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_table_notify() 714 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_ATOMIC); in nf_tables_gettable() 1305 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_chain_notify() 1404 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_ATOMIC); in nf_tables_getchain() 2374 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_rule_notify() 2579 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_ATOMIC); in nf_tables_getrule() 3350 skb = nlmsg_new(NLMSG_GOODSIZE, gfp_flags); in nf_tables_set_notify() 3485 skb2 = alloc_skb(NLMSG_GOODSIZE, GFP_ATOMIC); in nf_tables_getset() 4265 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in nft_get_set_elem() 4349 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in nf_tables_setelem_notify() [all …]
|
| D | nfnetlink_log.c | 47 #define NFULNL_NLBUFSIZ_DEFAULT NLMSG_GOODSIZE
|
| /Linux-v5.4/drivers/block/drbd/ |
| D | drbd_nl.c | 172 adm_ctx->reply_skb = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in drbd_adm_prepare() 4594 msg = genlmsg_new(NLMSG_GOODSIZE, GFP_NOIO); in drbd_bcast_event() 4646 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_NOIO); in notify_resource_state() 4697 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_NOIO); in notify_device_state() 4746 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_NOIO); in notify_connection_state() 4796 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_NOIO); in notify_peer_device_state() 4847 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_NOIO); in notify_helper()
|
| /Linux-v5.4/drivers/net/netdevsim/ |
| D | dev.c | 372 skb = alloc_skb(NLMSG_GOODSIZE, GFP_ATOMIC); in nsim_dev_trap_skb_build()
|
| /Linux-v5.4/net/netlink/ |
| D | af_netlink.c | 1173 if (size <= NLMSG_GOODSIZE || broadcast) in netlink_alloc_large_skb() 2214 alloc_min_size = max_t(int, cb->min_dump_alloc, NLMSG_GOODSIZE); in netlink_dump()
|
| /Linux-v5.4/net/ipv4/ |
| D | nexthop.c | 1571 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in rtm_get_nexthop()
|
| D | route.c | 2951 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in inet_rtm_getroute_build_skb()
|
| /Linux-v5.4/net/core/ |
| D | rtnetlink.c | 3417 return NLMSG_GOODSIZE; in rtnl_calcit() 4255 skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in rtnl_fdb_get()
|
| /Linux-v5.4/net/mpls/ |
| D | af_mpls.c | 2411 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in mpls_getroute()
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_user.c | 1763 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tcmu_netlink_event_init()
|
| /Linux-v5.4/net/ipv6/ |
| D | route.c | 5867 skb = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in inet6_rtm_getroute()
|
| /Linux-v5.4/net/wireless/ |
| D | nl80211.c | 15709 msg = nlmsg_new(NLMSG_GOODSIZE, gfp); in cfg80211_conn_failed()
|