Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 200 of 253) sorted by relevance

12

/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c728 return -EMSGSIZE; in rocker_tlv_put()
825 return -EMSGSIZE; in rocker_desc_err()
1126 return -EMSGSIZE; in rocker_dma_rx_ring_skb_map()
1556 return -EMSGSIZE; in rocker_cmd_get_port_settings_prep()
1559 return -EMSGSIZE; in rocker_cmd_get_port_settings_prep()
1562 return -EMSGSIZE; in rocker_cmd_get_port_settings_prep()
1692 return -EMSGSIZE; in rocker_cmd_set_port_settings_ethtool_prep()
1695 return -EMSGSIZE; in rocker_cmd_set_port_settings_ethtool_prep()
1698 return -EMSGSIZE; in rocker_cmd_set_port_settings_ethtool_prep()
1701 return -EMSGSIZE; in rocker_cmd_set_port_settings_ethtool_prep()
[all …]
/linux-4.1.27/net/tipc/
Dnetlink_compat.c93 return -EMSGSIZE; in tipc_add_tlv()
204 err = -EMSGSIZE; in __tipc_nl_compat_dumpit()
219 if (err == -EMSGSIZE) { in __tipc_nl_compat_dumpit()
367 return -EMSGSIZE; in tipc_nl_compat_bearer_enable()
370 return -EMSGSIZE; in tipc_nl_compat_bearer_enable()
373 return -EMSGSIZE; in tipc_nl_compat_bearer_enable()
378 return -EMSGSIZE; in tipc_nl_compat_bearer_enable()
380 return -EMSGSIZE; in tipc_nl_compat_bearer_enable()
398 return -EMSGSIZE; in tipc_nl_compat_bearer_disable()
401 return -EMSGSIZE; in tipc_nl_compat_bearer_disable()
[all …]
Dnet.c160 return -EMSGSIZE; in __tipc_nl_add_net()
179 return -EMSGSIZE; in __tipc_nl_add_net()
Dbearer.c603 return -EMSGSIZE; in __tipc_nl_add_bearer()
635 return -EMSGSIZE; in __tipc_nl_add_bearer()
869 return -EMSGSIZE; in __tipc_nl_add_media()
901 return -EMSGSIZE; in __tipc_nl_add_media()
Dbcast.c760 return -EMSGSIZE; in __tipc_nl_add_bc_link_stat()
772 return -EMSGSIZE; in __tipc_nl_add_bc_link_stat()
792 return -EMSGSIZE; in tipc_nl_add_bc_link()
836 return -EMSGSIZE; in tipc_nl_add_bc_link()
Dsocket.c695 if (rc == -EMSGSIZE) { in tipc_sendmcast()
867 return -EMSGSIZE; in __tipc_sendmsg()
936 if (rc == -EMSGSIZE) { in __tipc_sendmsg()
1027 return -EMSGSIZE; in __tipc_send_stream()
1056 if (rc == -EMSGSIZE) { in __tipc_send_stream()
1087 return -EMSGSIZE; in tipc_send_packet()
2624 return -EMSGSIZE; in __tipc_nl_add_sk_con()
2668 return -EMSGSIZE; in __tipc_nl_add_sk()
2746 return -EMSGSIZE; in __tipc_nl_add_sk_publ()
Dnode.c536 return -EMSGSIZE; in __tipc_nl_add_node()
558 return -EMSGSIZE; in __tipc_nl_add_node()
Dname_table.c879 return -EMSGSIZE; in __tipc_nl_add_nametable_publ()
919 return -EMSGSIZE; in __tipc_nl_add_nametable_publ()
1015 } else if (err != -EMSGSIZE) { in tipc_nl_name_table_dump()
Dlink.c720 return -EMSGSIZE; in __tipc_link_xmit()
1996 return -EMSGSIZE; in __tipc_nl_add_stats()
2008 return -EMSGSIZE; in __tipc_nl_add_stats()
2024 return -EMSGSIZE; in __tipc_nl_add_link()
2079 return -EMSGSIZE; in __tipc_nl_add_link()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dtestmode.c91 return -EMSGSIZE; in wl1271_tm_cmd_test()
134 ret = -EMSGSIZE; in wl1271_tm_cmd_test()
197 ret = -EMSGSIZE; in wl1271_tm_cmd_interrogate()
233 return -EMSGSIZE; in wl1271_tm_cmd_configure()
269 ret = -EMSGSIZE; in wl1271_tm_detect_fem()
348 ret = -EMSGSIZE; in wl12xx_tm_cmd_get_mac()
/linux-4.1.27/net/ipv6/
Dxfrm6_output.c68 ipv6_local_error(sk, EMSGSIZE, &fl6, mtu); in xfrm6_local_error()
89 ret = -EMSGSIZE; in xfrm6_tunnel_check_size()
154 return -EMSGSIZE; in __xfrm6_output()
157 return -EMSGSIZE; in __xfrm6_output()
Daddrlabel.c476 return -EMSGSIZE; in ip6addrlbl_fill()
483 return -EMSGSIZE; in ip6addrlbl_fill()
578 WARN_ON(err == -EMSGSIZE); in ip6addrlbl_get()
Dip6_output.c232 ipv6_local_error(sk, EMSGSIZE, fl6, mtu); in ip6_xmit()
235 return -EMSGSIZE; in ip6_xmit()
501 return -EMSGSIZE; in ip6_forward()
581 return -EMSGSIZE; in ip6_fragment()
1294 ipv6_local_error(sk, EMSGSIZE, fl6, in __ip6_append_data()
1297 return -EMSGSIZE; in __ip6_append_data()
1507 err = -EMSGSIZE; in __ip6_append_data()
Daddrconf.c494 return -EMSGSIZE; in inet6_netconf_fill_devconf()
521 return -EMSGSIZE; in inet6_netconf_fill_devconf()
538 WARN_ON(err == -EMSGSIZE); in inet6_netconf_notify_devconf()
606 WARN_ON(err == -EMSGSIZE); in inet6_netconf_get_devconf()
4224 return -EMSGSIZE; in inet6_fill_ifaddr()
4270 return -EMSGSIZE; in inet6_fill_ifaddr()
4285 return -EMSGSIZE; in inet6_fill_ifmcaddr()
4292 return -EMSGSIZE; in inet6_fill_ifmcaddr()
4311 return -EMSGSIZE; in inet6_fill_ifacaddr()
4318 return -EMSGSIZE; in inet6_fill_ifacaddr()
[all …]
Dip6mr.c1119 ((struct nlmsgerr *)nlmsg_data(nlh))->error = -EMSGSIZE; in ip6mr_cache_resolve()
2251 return -EMSGSIZE; in __ip6mr_fill_mroute()
2254 return -EMSGSIZE; in __ip6mr_fill_mroute()
2261 return -EMSGSIZE; in __ip6mr_fill_mroute()
2277 return -EMSGSIZE; in __ip6mr_fill_mroute()
2370 return -EMSGSIZE; in ip6mr_fill_mroute()
2401 return -EMSGSIZE; in ip6mr_fill_mroute()
Draw.c624 ipv6_local_error(sk, EMSGSIZE, fl6, rt->dst.dev->mtu); in rawv6_send_hdrinc()
625 return -EMSGSIZE; in rawv6_send_hdrinc()
757 return -EMSGSIZE; in rawv6_sendmsg()
Dip6_gre.c673 err = -EMSGSIZE; in ip6gre_xmit2()
803 if (err == -EMSGSIZE) in ip6gre_xmit_ipv4()
852 if (err == -EMSGSIZE) in ip6gre_xmit_ipv6()
1624 return -EMSGSIZE; in ip6gre_fill_info()
Dip6_tunnel.c1051 err = -EMSGSIZE; in ip6_tnl_xmit2()
1148 if (err == -EMSGSIZE) in ip4ip6_tnl_xmit()
1201 if (err == -EMSGSIZE) in ip6ip6_tnl_xmit()
1757 return -EMSGSIZE; in ip6_tnl_fill_info()
Dip6_vti.c482 return -EMSGSIZE; in vti6_xmit()
1011 return -EMSGSIZE; in vti6_fill_info()
Droute.c2772 return -EMSGSIZE; in rt6_fill_node()
2849 if (err == -EMSGSIZE) in rt6_fill_node()
2898 return -EMSGSIZE; in rt6_fill_node()
3027 WARN_ON(err == -EMSGSIZE); in inet6_rt_notify()
Dicmp.c976 *err = EMSGSIZE; in icmpv6_err_convert()
/linux-4.1.27/net/phonet/
Dpn_netlink.c49 WARN_ON(err == -EMSGSIZE); in phonet_address_notify()
114 return -EMSGSIZE; in fill_addr()
129 return -EMSGSIZE; in fill_addr()
179 return -EMSGSIZE; in fill_route()
199 return -EMSGSIZE; in fill_route()
213 WARN_ON(err == -EMSGSIZE); in rtm_phonet_notify()
Daf_phonet.c169 err = -EMSGSIZE; in pn_send()
Dpep.c1130 return -EMSGSIZE; in pep_sendmsg()
/linux-4.1.27/net/dcb/
Ddcbnl.c258 return -EMSGSIZE; in dcbnl_getpfccfg()
316 return -EMSGSIZE; in dcbnl_getcap()
360 return -EMSGSIZE; in dcbnl_getnumtcs()
491 return -EMSGSIZE; in dcbnl_getapp()
590 return -EMSGSIZE; in __dcbnl_pg_getcfg()
694 return -EMSGSIZE; in __dcbnl_pg_getcfg()
902 return -EMSGSIZE; in dcbnl_bcn_getcfg()
1011 err = -EMSGSIZE; in dcbnl_build_peer_app()
1045 return -EMSGSIZE; in dcbnl_ieee_fill()
1049 return -EMSGSIZE; in dcbnl_ieee_fill()
[all …]
/linux-4.1.27/net/nfc/
Dnetlink.c75 return -EMSGSIZE; in nfc_genl_send_target()
110 return -EMSGSIZE; in nfc_genl_send_target()
210 return -EMSGSIZE; in nfc_genl_targets_found()
241 return -EMSGSIZE; in nfc_genl_target_lost()
273 return -EMSGSIZE; in nfc_genl_tm_activated()
303 return -EMSGSIZE; in nfc_genl_tm_deactivated()
336 return -EMSGSIZE; in nfc_genl_device_added()
366 return -EMSGSIZE; in nfc_genl_device_removed()
376 int rc = -EMSGSIZE; in nfc_genl_llc_send_sdres()
466 return -EMSGSIZE; in nfc_genl_se_added()
[all …]
Ddigital_dep.c719 rc = -EMSGSIZE; in digital_in_recv_dep_res()
1046 rc = -EMSGSIZE; in digital_tg_recv_dep_req()
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h270 return -EMSGSIZE; in ip_set_put_flags()
485 return -EMSGSIZE; in nla_put_ipaddr4()
499 return -EMSGSIZE; in nla_put_ipaddr6()
546 return -EMSGSIZE; in ip_set_put_extensions()
550 return -EMSGSIZE; in ip_set_put_extensions()
553 return -EMSGSIZE; in ip_set_put_extensions()
556 return -EMSGSIZE; in ip_set_put_extensions()
/linux-4.1.27/net/openvswitch/
Dflow_netlink.c634 return -EMSGSIZE; in vxlan_opt_to_nlattr()
637 return -EMSGSIZE; in vxlan_opt_to_nlattr()
649 return -EMSGSIZE; in __ipv4_tun_to_nlattr()
653 return -EMSGSIZE; in __ipv4_tun_to_nlattr()
657 return -EMSGSIZE; in __ipv4_tun_to_nlattr()
660 return -EMSGSIZE; in __ipv4_tun_to_nlattr()
662 return -EMSGSIZE; in __ipv4_tun_to_nlattr()
665 return -EMSGSIZE; in __ipv4_tun_to_nlattr()
668 return -EMSGSIZE; in __ipv4_tun_to_nlattr()
671 return -EMSGSIZE; in __ipv4_tun_to_nlattr()
[all …]
Dvport-vxlan.c98 return -EMSGSIZE; in vxlan_get_options()
105 return -EMSGSIZE; in vxlan_get_options()
109 return -EMSGSIZE; in vxlan_get_options()
Ddatapath.c719 return -EMSGSIZE; in ovs_flow_cmd_fill_stats()
723 return -EMSGSIZE; in ovs_flow_cmd_fill_stats()
727 return -EMSGSIZE; in ovs_flow_cmd_fill_stats()
766 return -EMSGSIZE; in ovs_flow_cmd_fill_actions()
784 return -EMSGSIZE; in ovs_flow_cmd_fill_info()
1433 return -EMSGSIZE; in ovs_dp_cmd_fill_info()
1779 return -EMSGSIZE; in ovs_vport_cmd_fill_info()
1798 if (err == -EMSGSIZE) in ovs_vport_cmd_fill_info()
1805 err = -EMSGSIZE; in ovs_vport_cmd_fill_info()
Dvport-geneve.c113 return -EMSGSIZE; in geneve_get_options()
Dvport.c356 return -EMSGSIZE; in ovs_vport_get_options()
/linux-4.1.27/net/ieee802154/
Dnl-mac.c145 return -EMSGSIZE; in ieee802154_nl_fill_iface()
613 return -EMSGSIZE; in ieee802154_llsec_fill_key_id()
618 return -EMSGSIZE; in ieee802154_llsec_fill_key_id()
623 return -EMSGSIZE; in ieee802154_llsec_fill_key_id()
628 return -EMSGSIZE; in ieee802154_llsec_fill_key_id()
633 return -EMSGSIZE; in ieee802154_llsec_fill_key_id()
638 return -EMSGSIZE; in ieee802154_llsec_fill_key_id()
643 return -EMSGSIZE; in ieee802154_llsec_fill_key_id()
955 return -EMSGSIZE; in ieee802154_nl_fill_key()
969 rc = -EMSGSIZE; in llsec_iter_keys()
[all …]
Dnl-phy.c46 return -EMSGSIZE; in ieee802154_nl_fill_phy()
76 return -EMSGSIZE; in ieee802154_nl_fill_phy()
Dnl802154.c314 return -EMSGSIZE; in nl802154_send_wpan_phy()
398 if ((ret == -ENOBUFS || ret == -EMSGSIZE) && in nl802154_dump_wpan_phy()
498 return -EMSGSIZE; in nl802154_send_iface()
Dsocket.c653 err = -EMSGSIZE; in dgram_sendmsg()
/linux-4.1.27/net/bridge/
Dbr_mdb.c29 return -EMSGSIZE; in br_rports_fill_info()
40 return -EMSGSIZE; in br_rports_fill_info()
61 return -EMSGSIZE; in br_mdb_fill_info()
75 err = -EMSGSIZE; in br_mdb_fill_info()
97 err = -EMSGSIZE; in br_mdb_fill_info()
175 return -EMSGSIZE; in nlmsg_populate_mdb_fill()
200 return -EMSGSIZE; in nlmsg_populate_mdb_fill()
Dbr_netlink.c151 return -EMSGSIZE; in br_port_fill_attrs()
187 return -EMSGSIZE; in br_fill_ifvlaninfo_range()
267 return -EMSGSIZE; in br_fill_ifvlaninfo()
294 return -EMSGSIZE; in br_fill_ifinfo()
357 return -EMSGSIZE; in br_fill_ifinfo()
384 WARN_ON(err == -EMSGSIZE); in br_ifinfo_notify()
828 return -EMSGSIZE; in br_fill_info()
Dbr_fdb.c611 return -EMSGSIZE; in fdb_fill_info()
641 return -EMSGSIZE; in fdb_fill_info()
667 WARN_ON(err == -EMSGSIZE); in fdb_notify()
/linux-4.1.27/net/packet/
Ddiag.c44 return -EMSGSIZE; in pdiag_put_mclist()
54 return -EMSGSIZE; in pdiag_put_mclist()
141 return -EMSGSIZE; in sk_diag_fill()
185 return -EMSGSIZE; in sk_diag_fill()
Daf_packet.c1669 err = -EMSGSIZE; in packet_sendmsg_spkt()
1704 err = -EMSGSIZE; in packet_sendmsg_spkt()
2163 return -EMSGSIZE; in tpacket_fill_skb()
2331 tp_len = -EMSGSIZE; in tpacket_snd()
2521 err = -EMSGSIZE; in packet_snd()
2555 err = -EMSGSIZE; in packet_snd()
/linux-4.1.27/net/ipv4/
Dxfrm4_output.c38 ret = -EMSGSIZE; in xfrm4_tunnel_check_size()
109 ip_local_error(skb->sk, EMSGSIZE, hdr->daddr, in xfrm4_local_error()
Dip_output.c518 return -EMSGSIZE; in ip_fragment()
878 ip_local_error(sk, EMSGSIZE, fl4->daddr, inet->inet_dport, in __ip_append_data()
880 return -EMSGSIZE; in __ip_append_data()
1051 err = -EMSGSIZE; in __ip_append_data()
1203 ip_local_error(sk, EMSGSIZE, fl4->daddr, inet->inet_dport, in ip_append_page()
1205 return -EMSGSIZE; in ip_append_page()
1286 err = -EMSGSIZE; in ip_append_page()
Dinet_diag.c128 return -EMSGSIZE; in inet_sk_diag_fill()
246 return -EMSGSIZE; in inet_sk_diag_fill()
274 return -EMSGSIZE; in inet_twsk_diag_fill()
309 return -EMSGSIZE; in inet_req_diag_fill()
395 WARN_ON(err == -EMSGSIZE); in inet_diag_dump_one_icsk()
Draw.c265 err = EMSGSIZE; in raw_err()
353 ip_local_error(sk, EMSGSIZE, fl4->daddr, inet->inet_dport, in raw_send_hdrinc()
355 return -EMSGSIZE; in raw_send_hdrinc()
497 err = -EMSGSIZE; in raw_sendmsg()
Ddevinet.c1513 return -EMSGSIZE; in inet_fill_ifaddr()
1561 return -EMSGSIZE; in inet_fill_ifaddr()
1637 WARN_ON(err == -EMSGSIZE); in rtmsg_ifa()
1669 return -EMSGSIZE; in inet_fill_link_af()
1758 return -EMSGSIZE; in inet_netconf_fill_devconf()
1789 return -EMSGSIZE; in inet_netconf_fill_devconf()
1806 WARN_ON(err == -EMSGSIZE); in inet_netconf_notify_devconf()
1876 WARN_ON(err == -EMSGSIZE); in inet_netconf_get_devconf()
Dtcp_metrics.c893 return -EMSGSIZE; in tcp_metrics_fill_info()
906 return -EMSGSIZE; in tcp_metrics_dump_info()
916 return -EMSGSIZE; in tcp_metrics_dump_info()
1042 ret = -EMSGSIZE; in tcp_metrics_nl_cmd_get()
Dudp_diag.c80 WARN_ON(err == -EMSGSIZE); in udp_dump_one()
Dipmr.c934 e->error = -EMSGSIZE; in ipmr_cache_resolve()
2168 return -EMSGSIZE; in __ipmr_fill_mroute()
2171 return -EMSGSIZE; in __ipmr_fill_mroute()
2177 return -EMSGSIZE; in __ipmr_fill_mroute()
2193 return -EMSGSIZE; in __ipmr_fill_mroute()
2278 return -EMSGSIZE; in ipmr_fill_mroute()
2309 return -EMSGSIZE; in ipmr_fill_mroute()
Dfib_semantics.c401 WARN_ON(err == -EMSGSIZE); in rtmsg_fib()
999 return -EMSGSIZE; in fib_dump_info()
1080 return -EMSGSIZE; in fib_dump_info()
Dipip.c474 return -EMSGSIZE; in ipip_fill_info()
Dping.c550 err = EMSGSIZE; in ping_err()
660 return -EMSGSIZE; in ping_common_sendmsg()
Dip_gre.c802 return -EMSGSIZE; in ipgre_fill_info()
Droute.c2354 return -EMSGSIZE; in rt_fill_info()
2432 if (err == -EMSGSIZE) in rt_fill_info()
2451 return -EMSGSIZE; in rt_fill_info()
Dfou.c655 return -EMSGSIZE; in fou_dump_info()
Dicmp.c138 .errno = EMSGSIZE, /* ICMP_FRAG_NEEDED */
Dudp.c660 err = EMSGSIZE; in __udp4_lib_err()
897 return -EMSGSIZE; in udp_sendmsg()
/linux-4.1.27/net/sched/
Dact_bpf.c98 return -EMSGSIZE; in tcf_bpf_dump_bpf_info()
103 return -EMSGSIZE; in tcf_bpf_dump_bpf_info()
114 return -EMSGSIZE; in tcf_bpf_dump_ebpf_info()
118 return -EMSGSIZE; in tcf_bpf_dump_ebpf_info()
Dcls_bpf.c388 return -EMSGSIZE; in cls_bpf_dump_bpf_info()
393 return -EMSGSIZE; in cls_bpf_dump_bpf_info()
404 return -EMSGSIZE; in cls_bpf_dump_ebpf_info()
408 return -EMSGSIZE; in cls_bpf_dump_ebpf_info()
Dem_canid.c203 return -EMSGSIZE; in em_canid_dump()
Dsch_dsmark.c441 return -EMSGSIZE; in dsmark_dump_class()
467 return -EMSGSIZE; in dsmark_dump()
Dsch_red.c282 return -EMSGSIZE; in red_dump()
Dsch_drr.c271 return -EMSGSIZE; in drr_dump_class()
Dsch_choke.c524 return -EMSGSIZE; in choke_dump()
Dsch_gred.c588 return -EMSGSIZE; in gred_dump()
Dsch_sfb.c583 return -EMSGSIZE; in sfb_dump()
/linux-4.1.27/drivers/misc/mei/
Dinterrupt.c180 return -EMSGSIZE; in mei_cl_irq_disconnect_rsp()
214 return -EMSGSIZE; in mei_cl_irq_disconnect()
255 return -EMSGSIZE; in mei_cl_irq_read()
295 return -EMSGSIZE; in mei_cl_irq_connect()
429 return -EMSGSIZE; in mei_irq_write_handler()
Dhw-txe.c706 return -EMSGSIZE; in mei_txe_write()
1124 if (rets && rets != -EMSGSIZE) in mei_txe_irq_thread_handler()
Dmain.c236 rets = -EMSGSIZE; in mei_read()
Dhw-me.c484 return -EMSGSIZE; in mei_me_write_message()
/linux-4.1.27/net/netfilter/ipset/
Dip_set_bitmap_gen.h112 return -EMSGSIZE; in mtype_head()
209 return -EMSGSIZE; in mtype_list()
225 return -EMSGSIZE; in mtype_list()
247 return -EMSGSIZE; in mtype_list()
Dip_set_list_set.c496 return -EMSGSIZE; in list_set_head()
510 return -EMSGSIZE; in list_set_list()
524 return -EMSGSIZE; in list_set_list()
545 return -EMSGSIZE; in list_set_list()
Dip_set_hash_gen.h941 return -EMSGSIZE; in mtype_head()
961 return -EMSGSIZE; in mtype_list()
980 return -EMSGSIZE; in mtype_list()
1003 return -EMSGSIZE; in mtype_list()
Dip_set_core.c1305 ret = -EMSGSIZE; in ip_set_dump_start()
1649 return -EMSGSIZE; in ip_set_header()
1710 return -EMSGSIZE; in ip_set_type()
1754 return -EMSGSIZE; in ip_set_protocol()
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
Devent.c86 return -EMSGSIZE; in wlcore_smart_config_sync_event()
109 return -EMSGSIZE; in wlcore_smart_config_decode_event()
/linux-4.1.27/net/core/
Drtnetlink.c544 return -EMSGSIZE; in rtnl_link_slave_info_fill()
548 return -EMSGSIZE; in rtnl_link_slave_info_fill()
571 return -EMSGSIZE; in rtnl_link_info_fill()
580 return -EMSGSIZE; in rtnl_link_info_fill()
596 int err = -EMSGSIZE; in rtnl_link_fill()
698 return -EMSGSIZE; in rtnetlink_put_metrics()
899 return -EMSGSIZE; in rtnl_vf_ports_fill()
908 if (err == -EMSGSIZE) in rtnl_vf_ports_fill()
923 return -EMSGSIZE; in rtnl_vf_ports_fill()
933 return -EMSGSIZE; in rtnl_port_self_fill()
[all …]
Dfib_rules.c555 return -EMSGSIZE; in fib_nl_fill_rule()
610 return -EMSGSIZE; in fib_nl_fill_rule()
692 WARN_ON(err == -EMSGSIZE); in notify_rule_change()
Dsock_diag.c96 err = -EMSGSIZE; in sock_diag_put_filterinfo()
Dneighbour.c1779 return -EMSGSIZE; in neightbl_fill_parms()
1790 return -EMSGSIZE; in neightbl_fill_info()
1866 return -EMSGSIZE; in neightbl_fill_info()
1880 return -EMSGSIZE; in neightbl_fill_param_info()
1899 return -EMSGSIZE; in neightbl_fill_param_info()
2150 return -EMSGSIZE; in neigh_fill_info()
2190 return -EMSGSIZE; in neigh_fill_info()
2202 return -EMSGSIZE; in pneigh_fill_info()
2221 return -EMSGSIZE; in pneigh_fill_info()
2795 WARN_ON(err == -EMSGSIZE); in __neigh_notify()
Dnet_namespace.c552 return -EMSGSIZE; in rtnl_net_fill()
572 return -EMSGSIZE; in rtnl_net_fill()
Ddatagram.c543 return -EMSGSIZE; in zerocopy_sg_from_iter()
/linux-4.1.27/net/nfc/nci/
Dlib.c63 return -EMSGSIZE; in nci_to_errno()
/linux-4.1.27/drivers/char/
Dbfin-otp.c48 return -EMSGSIZE; in bfin_otp_read()
130 return -EMSGSIZE; in bfin_otp_write()
/linux-4.1.27/lib/
Dnlattr.c469 return -EMSGSIZE; in nla_put()
488 return -EMSGSIZE; in nla_put_nohdr()
507 return -EMSGSIZE; in nla_append()
Dasn1_decoder.c193 return -EMSGSIZE; in asn1_ber_decoder()
/linux-4.1.27/net/unix/
Ddiag.c94 return -EMSGSIZE; in sk_diag_dump_icons()
121 return -EMSGSIZE; in sk_diag_fill()
163 return -EMSGSIZE; in sk_diag_fill()
/linux-4.1.27/crypto/
Dcrypto_user.c96 return -EMSGSIZE; in crypto_report_cipher()
110 return -EMSGSIZE; in crypto_report_comp()
163 return -EMSGSIZE; in crypto_report_one()
178 err = -EMSGSIZE; in crypto_report_alg()
Dalgif_aead.c241 err = -EMSGSIZE; in aead_sendmsg()
288 err = -EMSGSIZE; in aead_sendmsg()
323 err = -EMSGSIZE; in aead_sendpage()
340 err = -EMSGSIZE; in aead_sendpage()
Dpcompress.c63 return -EMSGSIZE; in crypto_pcomp_report()
Drng.c78 return -EMSGSIZE; in crypto_rng_report()
Daead.c133 return -EMSGSIZE; in crypto_aead_report()
218 return -EMSGSIZE; in crypto_nivaead_report()
Dablkcipher.c404 return -EMSGSIZE; in crypto_ablkcipher_report()
485 return -EMSGSIZE; in crypto_givcipher_report()
Dahash.c504 return -EMSGSIZE; in crypto_ahash_report()
Dshash.c546 return -EMSGSIZE; in crypto_shash_report()
Dblkcipher.c530 return -EMSGSIZE; in crypto_blkcipher_report()
/linux-4.1.27/drivers/bluetooth/
Dhci_h4.c235 return ERR_PTR(-EMSGSIZE); in h4_recv_buf()
246 return ERR_PTR(-EMSGSIZE); in h4_recv_buf()
/linux-4.1.27/drivers/spi/
Dspidev.c173 return -EMSGSIZE; in spidev_read()
204 return -EMSGSIZE; in spidev_write()
256 status = -EMSGSIZE; in spidev_message()
264 status = -EMSGSIZE; in spidev_message()
278 status = -EMSGSIZE; in spidev_message()
Dspi-fsl-spi.c395 status = -EMSGSIZE; in fsl_spi_do_one_msg()
Dspi-fsl-espi.c317 status = -EMSGSIZE; in fsl_espi_do_trans()
/linux-4.1.27/net/netlink/
Ddiag.c68 return -EMSGSIZE; in sk_diag_fill()
99 return -EMSGSIZE; in sk_diag_fill()
Dgenetlink.c770 return -EMSGSIZE; in ctrl_fill_info()
811 return -EMSGSIZE; in ctrl_fill_mcgrp_info()
/linux-4.1.27/include/uapi/asm-generic/
Derrno.h72 #define EMSGSIZE 90 /* Message too long */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Derrno.h13 #define EMSGSIZE 40 /* Message too long */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Derrno.h80 #define EMSGSIZE 218 /* Message too long */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Derrno.h16 #define EMSGSIZE 40 /* Message too long */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Derrno.h71 #define EMSGSIZE 97 /* Message too long */ macro
/linux-4.1.27/drivers/usb/core/
Durb.c392 return -EMSGSIZE; in usb_submit_urb()
424 return -EMSGSIZE; in usb_submit_urb()
440 return -EMSGSIZE; in usb_submit_urb()
/linux-4.1.27/net/xfrm/
Dxfrm_user.c734 return -EMSGSIZE; in copy_sec_ctx()
755 return -EMSGSIZE; in copy_to_user_auth()
854 return -EMSGSIZE; in dump_one_state()
987 return -EMSGSIZE; in build_spdinfo()
1108 return -EMSGSIZE; in build_sadinfo()
1604 return -EMSGSIZE; in dump_one_policy()
1807 return -EMSGSIZE; in build_aevent()
2266 return -EMSGSIZE; in build_migrate()
2492 return -EMSGSIZE; in build_expire()
2517 return -EMSGSIZE; in xfrm_exp_state_notify()
[all …]
Dxfrm_ipcomp.c75 err = -EMSGSIZE; in ipcomp_decompress()
156 err = -EMSGSIZE; in ipcomp_compress()
/linux-4.1.27/drivers/nfc/nxp-nci/
Dfirmware.c159 return -EMSGSIZE; in nxp_nci_fw_send()
267 return -EMSGSIZE; in nxp_nci_fw_read_status()
/linux-4.1.27/net/irda/
Dirnetlink.c106 ret = -EMSGSIZE; in irda_nl_get_mode()
Dirttp.c570 ret = -EMSGSIZE; in irttp_udata_request()
624 ret = -EMSGSIZE; in irttp_data_request()
637 ret = -EMSGSIZE; in irttp_data_request()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_ctl.c2854 return -EMSGSIZE; in ip_vs_genl_fill_stats()
2873 return -EMSGSIZE; in ip_vs_genl_fill_stats()
2882 return -EMSGSIZE; in ip_vs_genl_fill_stats64()
2901 return -EMSGSIZE; in ip_vs_genl_fill_stats64()
2917 return -EMSGSIZE; in ip_vs_genl_fill_service()
2952 return -EMSGSIZE; in ip_vs_genl_fill_service()
2965 return -EMSGSIZE; in ip_vs_genl_dump_service()
2975 return -EMSGSIZE; in ip_vs_genl_dump_service()
3119 return -EMSGSIZE; in ip_vs_genl_fill_dest()
3150 return -EMSGSIZE; in ip_vs_genl_fill_dest()
[all …]
/linux-4.1.27/drivers/usb/c67x00/
Dc67x00-sched.c551 return -EMSGSIZE; in c67x00_claim_frame_bw()
555 return -EMSGSIZE; in c67x00_claim_frame_bw()
559 return -EMSGSIZE; in c67x00_claim_frame_bw()
564 return -EMSGSIZE; in c67x00_claim_frame_bw()
589 return -EMSGSIZE; /* Not really an error, but expected */ in c67x00_create_td()
/linux-4.1.27/net/caif/
Dcfdgml.c98 return -EMSGSIZE; in cfdgml_transmit()
Dchnl_net.c440 return -EMSGSIZE; in ipcaif_fill_info()
Dcaif_socket.c562 ret = -EMSGSIZE; in caif_seqpkt_sendmsg()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c131 [EMSGSIZE] = LUSTRE_EMSGSIZE,
277 [LUSTRE_EMSGSIZE] = EMSGSIZE,
/linux-4.1.27/net/mpls/
Daf_mpls.c598 return -EMSGSIZE; in nla_put_via()
618 return -EMSGSIZE; in nla_put_labels()
827 return -EMSGSIZE; in mpls_dump_route()
856 return -EMSGSIZE; in mpls_dump_route()
918 WARN_ON(err == -EMSGSIZE); in rtmsg_lfib()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_netlink.c64 return -EMSGSIZE; in ipoib_fill_info()
/linux-4.1.27/drivers/staging/gdm72xx/
Dnetlink_k.c139 return -EMSGSIZE; in netlink_send()
/linux-4.1.27/net/9p/
Derror.c111 {"Message too long", EMSGSIZE},
/linux-4.1.27/drivers/net/team/
Dteam.c2161 err = -EMSGSIZE; in team_nl_cmd_noop()
2232 return -EMSGSIZE; in team_nl_fill_one_option_get()
2294 return -EMSGSIZE; in team_nl_fill_one_option_get()
2338 return -EMSGSIZE; in team_nl_send_options_get()
2351 if (err == -EMSGSIZE) { in team_nl_send_options_get()
2379 err = -EMSGSIZE; in team_nl_send_options_get()
2579 return -EMSGSIZE; in team_nl_fill_one_port_get()
2606 return -EMSGSIZE; in team_nl_send_port_list_get()
2628 if (err == -EMSGSIZE) { in team_nl_send_port_list_get()
2657 err = -EMSGSIZE; in team_nl_send_port_list_get()
/linux-4.1.27/Documentation/connector/
Dcn_test.c75 return -EMSGSIZE;
/linux-4.1.27/drivers/infiniband/core/
Dnetlink.c137 return -EMSGSIZE; in ibnl_put_attr()
/linux-4.1.27/drivers/isdn/mISDN/
Dhwchannel.c493 return -EMSGSIZE; in bchannel_get_rxbuf()
505 return -EMSGSIZE; in bchannel_get_rxbuf()
/linux-4.1.27/drivers/connector/
Dconnector.c115 return -EMSGSIZE; in cn_netlink_send_mult()
/linux-4.1.27/net/decnet/
Ddn_table.c308 return -EMSGSIZE; in dn_fib_dump_info()
375 return -EMSGSIZE; in dn_fib_dump_info()
395 WARN_ON(err == -EMSGSIZE); in dn_rtmsg_fib()
Ddn_dev.c688 return -EMSGSIZE; in dn_nl_fill_ifaddr()
710 return -EMSGSIZE; in dn_nl_fill_ifaddr()
725 WARN_ON(err == -EMSGSIZE); in dn_ifaddr_notify()
Ddn_route.c1560 return -EMSGSIZE; in dn_rt_fill_info()
1618 return -EMSGSIZE; in dn_rt_fill_info()
1708 err = -EMSGSIZE; in dn_cache_getroute()
/linux-4.1.27/net/8021q/
Dvlan_netlink.c238 return -EMSGSIZE; in vlan_fill_info()
/linux-4.1.27/drivers/net/bonding/
Dbond_netlink.c70 return -EMSGSIZE; in bond_fill_slave_info()
585 return -EMSGSIZE; in bond_fill_info()
/linux-4.1.27/drivers/gpu/drm/r128/
Dr128_state.c896 return -EMSGSIZE; in r128_cce_dispatch_write_span()
981 return -EMSGSIZE; in r128_cce_dispatch_write_pixels()
1086 return -EMSGSIZE; in r128_cce_dispatch_read_span()
1128 return -EMSGSIZE; in r128_cce_dispatch_read_pixels()
/linux-4.1.27/drivers/char/tpm/st33zp24/
Dspi.c94 return -EMSGSIZE; in st33zp24_status_to_errno()
/linux-4.1.27/net/l2tp/
Dl2tp_netlink.c97 ret = -EMSGSIZE; in l2tp_nl_cmd_noop()
336 return -EMSGSIZE; in l2tp_nl_tunnel_send()
712 return -EMSGSIZE; in l2tp_nl_session_send()
Dl2tp_ip6.c506 return -EMSGSIZE; in l2tp_ip6_sendmsg()
/linux-4.1.27/drivers/parisc/
Dpdc_stable.c874 return -EMSGSIZE; in pdcs_osdep1_write()
918 return -EMSGSIZE; in pdcs_osdep2_write()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_devintf.c206 rv = -EMSGSIZE; in handle_send_req()
334 rv = -EMSGSIZE; in ipmi_ioctl()
Dipmi_msghandler.c1633 rv = -EMSGSIZE; in i_ipmi_request()
1691 rv = -EMSGSIZE; in i_ipmi_request()
1805 rv = -EMSGSIZE; in i_ipmi_request()
/linux-4.1.27/drivers/net/can/
Ddev.c982 return -EMSGSIZE; in can_fill_info()
1002 return -EMSGSIZE; in can_fill_xstats()
/linux-4.1.27/include/linux/ceph/
Drados.h161 #define OSD_WRITETOOBIG EMSGSIZE
/linux-4.1.27/net/hsr/
Dhsr_netlink.c102 return -EMSGSIZE; in hsr_fill_info()
/linux-4.1.27/drivers/hv/
Dhv.c235 return -EMSGSIZE; in hv_post_message()
/linux-4.1.27/crypto/asymmetric_keys/
Dverify_pefile.c189 return -EMSGSIZE; in pefile_strip_sig_wrapper()
/linux-4.1.27/drivers/scsi/aacraid/
Dsrc.c469 return -EMSGSIZE; in aac_src_deliver_message()
481 return -EMSGSIZE; in aac_src_deliver_message()
Dcommsup.c494 return -EMSGSIZE; in aac_fib_send()
774 return -EMSGSIZE; in aac_fib_adapter_complete()
/linux-4.1.27/include/linux/
Dgenl_magic_func.h342 return -EMSGSIZE; \
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dfw.c81 return -EMSGSIZE; in carl9170_fw_verify_descs()
Dusb.c682 err = -EMSGSIZE; in carl9170_exec_cmd()
Ddebug.c564 err = -EMSGSIZE; in carl9170_debugfs_hw_ioread32_write()
/linux-4.1.27/net/can/
Dgw.c492 return -EMSGSIZE; in cgw_put_job()
583 return -EMSGSIZE; in cgw_put_job()
Daf_can.c250 err = -EMSGSIZE; in can_send()
/linux-4.1.27/net/dsa/
Dslave.c241 return -EMSGSIZE; in dsa_slave_fill_info()
263 return -EMSGSIZE; in dsa_slave_fill_info()
/linux-4.1.27/fs/cachefiles/
Ddaemon.c197 return -EMSGSIZE; in cachefiles_daemon_read()
/linux-4.1.27/drivers/net/wan/
Dz85230.c880 return -EMSGSIZE; in z8530_sync_dma_open()
1070 return -EMSGSIZE; in z8530_sync_txdma_open()
/linux-4.1.27/Documentation/usb/
Derror-codes.txt48 -EMSGSIZE (a) endpoint maxpacket size is zero; it is not usable
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c332 return -EMSGSIZE; in enic_grxclsrlall()
/linux-4.1.27/kernel/
Dtaskstats.c446 rc = -EMSGSIZE; in cgroupstats_user_cmd()
/linux-4.1.27/net/mac802154/
Diface.c412 return -EMSGSIZE; in mac802154_header_create()
Dllsec.c725 return -EMSGSIZE; in mac802154_llsec_encrypt()
/linux-4.1.27/net/rxrpc/
Dar-output.c363 if (ret == -EMSGSIZE) in rxrpc_send_packet()
/linux-4.1.27/ipc/
Dmqueue.c998 ret = -EMSGSIZE; in SYSCALL_DEFINE5()
1114 ret = -EMSGSIZE; in SYSCALL_DEFINE5()
/linux-4.1.27/arch/sparc/kernel/
Dldc.c1457 return -EMSGSIZE; in write_raw()
1796 err = -EMSGSIZE; in read_nonraw()
2099 return -EMSGSIZE; in ldc_map_sg()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_user_sdma.c753 ret = -EMSGSIZE; in ipath_user_sdma_push_pkts()
Dipath_sdma.c681 ret = -EMSGSIZE; in ipath_sdma_verbs_send()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c74 return -EMSGSIZE; in build_rdma_send()
111 return -EMSGSIZE; in build_rdma_write()
/linux-4.1.27/drivers/usb/host/
Dmax3421-hcd.c584 max3421_hcd->urb_done = -EMSGSIZE; in max3421_transfer_out()
585 return -EMSGSIZE; in max3421_transfer_out()
Dehci-hcd.c866 return -EMSGSIZE; in ehci_urb_enqueue()
Dohci-hcd.c166 return -EMSGSIZE; in ohci_urb_enqueue()
/linux-4.1.27/drivers/net/
Dvxlan.c319 return -EMSGSIZE; in vxlan_fdb_info()
371 return -EMSGSIZE; in vxlan_fdb_info()
400 WARN_ON(err == -EMSGSIZE); in vxlan_fdb_notify()
2877 return -EMSGSIZE; in vxlan_fill_info()
/linux-4.1.27/net/rds/
Diw_rdma.c778 ret = -EMSGSIZE;
Drdma.c571 ret = -EMSGSIZE; in rds_cmsg_rdma_args()
Dsend.c1070 ret = -EMSGSIZE; in rds_sendmsg()
/linux-4.1.27/drivers/rpmsg/
Dvirtio_rpmsg_bus.c711 return -EMSGSIZE; in rpmsg_send_offchannel_raw()
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_main.c430 ret = -EMSGSIZE; in ipvlan_nl_fillinfo()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_nl.c98 int err = -EMSGSIZE; in drbd_msg_put_info()
2909 return -EMSGSIZE; in nla_put_drbd_cfg_context()
3040 err = -EMSGSIZE; in nla_put_status_info()
3651 err = -EMSGSIZE; in drbd_bcast_event()
/linux-4.1.27/drivers/target/
Dtarget_core_pr.c1882 ret = -EMSGSIZE; in core_scsi3_update_aptpl_buf()
1900 ret = -EMSGSIZE; in core_scsi3_update_aptpl_buf()
1933 return -EMSGSIZE; in __core_scsi3_write_aptpl_to_file()
/linux-4.1.27/sound/usb/
Dendpoint.c115 case -EMSGSIZE: in usb_error_string()
/linux-4.1.27/net/wireless/
Dnl80211.c1730 return -EMSGSIZE; in nl80211_send_wiphy()
1819 if ((ret == -ENOBUFS || ret == -EMSGSIZE) && in nl80211_dump_wiphy()
2414 return -EMSGSIZE; in nl80211_send_iface()
3849 return -EMSGSIZE; in nl80211_send_station()
4590 return -EMSGSIZE; in nl80211_send_mpath()
5449 return -EMSGSIZE; in nl80211_put_regdom()
5518 return -EMSGSIZE; in nl80211_get_reg_do()
5554 return -EMSGSIZE; in nl80211_send_regdom()
6631 return -EMSGSIZE; in nl80211_send_bss()
6739 return -EMSGSIZE; in nl80211_send_survey()
[all …]
/linux-4.1.27/net/dccp/
Dipv4.c170 sk->sk_err_soft = EMSGSIZE; in dccp_do_pmtu_discovery()
Dproto.c754 return -EMSGSIZE; in dccp_sendmsg()
/linux-4.1.27/drivers/net/ppp/
Dpppoe.c877 error = -EMSGSIZE; in pppoe_sendmsg()
/linux-4.1.27/net/
Dcompat.c80 return -EMSGSIZE; in get_compat_msghdr()
/linux-4.1.27/net/atm/
Dcommon.c602 error = -EMSGSIZE; in vcc_sendmsg()
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunvnet.c358 err = -EMSGSIZE; in vnet_rx_one()
1033 err = -EMSGSIZE; in vnet_skb_map()
/linux-4.1.27/drivers/usb/class/
Dcdc-wdm.c332 int rv = -EMSGSIZE, r, we; in wdm_write()
/linux-4.1.27/fs/ncpfs/
Dinode.c666 error = -EMSGSIZE; /* -EREMOTESIDEINCOMPATIBLE */ in ncp_fill_super()
/linux-4.1.27/drivers/staging/i2o/
Di2o_config.c195 return -EMSGSIZE; in i2o_cfg_parms()
/linux-4.1.27/Documentation/networking/
Drds.txt98 return with -EMSGSIZE
/linux-4.1.27/drivers/usb/musb/
Dmusb_core.c1245 return -EMSGSIZE; in fifo_setup()
1249 return -EMSGSIZE; in fifo_setup()
/linux-4.1.27/drivers/scsi/pm8001/
Dpm8001_sas.c744 res = -EMSGSIZE; in pm8001_exec_internal_tmf_task()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c375 return -EMSGSIZE; in build_immd()
414 return -EMSGSIZE; in build_isgl()
/linux-4.1.27/drivers/net/caif/
Dcaif_hsi.c1403 return -EMSGSIZE; in caif_hsi_fill_info()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.c320 ret = -EMSGSIZE; in ath10k_download_cal_dt()
/linux-4.1.27/net/netrom/
Daf_netrom.c1083 err = -EMSGSIZE; in nr_sendmsg()
/linux-4.1.27/drivers/isdn/capi/
Dcapi.c667 return -EMSGSIZE; in capi_read()
/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c669 ret != -EMSGSIZE) in nx842_decompress()
/linux-4.1.27/drivers/usb/gadget/udc/
Domap_udc.c887 return -EMSGSIZE; in omap_ep_queue()
900 return -EMSGSIZE; in omap_ep_queue()
/linux-4.1.27/net/key/
Daf_key.c2790 *errp = -EMSGSIZE; in pfkey_get_base_msg()
2804 *errp = -EMSGSIZE; in pfkey_get_base_msg()
3603 err = -EMSGSIZE; in pfkey_sendmsg()

12