/net/tipc/ |
D | netlink_compat.c | 181 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit() 256 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit() 299 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit() 355 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit() 375 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump() 396 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable() 439 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable() 472 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat() 511 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump() 651 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump() [all …]
|
D | ib_media.c | 58 static int tipc_ib_addr2msg(char *msg, struct tipc_media_addr *addr) in tipc_ib_addr2msg() 68 char *msg) in tipc_ib_raw2addr() 81 char *msg) in tipc_ib_msg2addr()
|
D | eth_media.c | 52 static int tipc_eth_addr2msg(char *msg, struct tipc_media_addr *addr) in tipc_eth_addr2msg() 63 char *msg) in tipc_eth_raw2addr() 77 char *msg) in tipc_eth_msg2addr()
|
D | msg.c | 95 struct tipc_msg *msg; in tipc_msg_create() local 127 struct tipc_msg *msg; in tipc_buf_append() local 429 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle() 521 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle() 615 bool tipc_msg_skb_clone(struct sk_buff_head *msg, struct sk_buff_head *cpy) in tipc_msg_skb_clone() 640 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest() local 738 bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg, in tipc_msg_pskb_copy()
|
/net/sctp/ |
D | chunk.c | 35 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init() 49 struct sctp_datamsg *msg; in sctp_datamsg_new() local 58 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free() 72 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy() 121 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold() 127 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put() 134 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign() 157 struct sctp_datamsg *msg; in sctp_datamsg_from_user() local
|
/net/core/ |
D | skmsg.c | 11 static bool sk_msg_try_coalesce_ok(struct sk_msg *msg, int elem_first_coalesce) in sk_msg_try_coalesce_ok() 25 int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len, in sk_msg_alloc() 127 void sk_msg_return_zero(struct sock *sk, struct sk_msg *msg, int bytes) in sk_msg_return_zero() 151 void sk_msg_return(struct sock *sk, struct sk_msg *msg, int bytes) in sk_msg_return() 166 static int sk_msg_free_elem(struct sock *sk, struct sk_msg *msg, u32 i, in sk_msg_free_elem() 180 static int __sk_msg_free(struct sock *sk, struct sk_msg *msg, u32 i, in __sk_msg_free() 198 int sk_msg_free_nocharge(struct sock *sk, struct sk_msg *msg) in sk_msg_free_nocharge() 204 int sk_msg_free(struct sock *sk, struct sk_msg *msg) in sk_msg_free() 210 static void __sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, in __sk_msg_free_partial() 238 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes) in sk_msg_free_partial() [all …]
|
D | scm.c | 131 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send() 213 int put_cmsg(struct msghdr * msg, int level, int type, int len, void *data) in put_cmsg() 252 void put_cmsg_scm_timestamping64(struct msghdr *msg, struct scm_timestamping_internal *tss_internal) in put_cmsg_scm_timestamping64() 266 void put_cmsg_scm_timestamping(struct msghdr *msg, struct scm_timestamping_internal *tss_internal) in put_cmsg_scm_timestamping() 278 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds()
|
D | drop_monitor.c | 132 struct net_dm_alert_msg *msg; in reset_per_cpu_data() local 214 struct net_dm_alert_msg *msg; in trace_drop_common() local 318 static int net_dm_hw_entry_put(struct sk_buff *msg, in net_dm_hw_entry_put() 342 static int net_dm_hw_entries_put(struct sk_buff *msg, in net_dm_hw_entries_put() 370 net_dm_hw_summary_report_fill(struct sk_buff *msg, in net_dm_hw_summary_report_fill() 405 struct sk_buff *msg; in net_dm_hw_summary_work() local 567 static int net_dm_packet_report_in_port_put(struct sk_buff *msg, int ifindex, in net_dm_packet_report_in_port_put() 592 static int net_dm_packet_report_fill(struct sk_buff *msg, struct sk_buff *skb, in net_dm_packet_report_fill() 653 struct sk_buff *msg; in net_dm_packet_report() local 730 static int net_dm_hw_packet_report_fill(struct sk_buff *msg, in net_dm_hw_packet_report_fill() [all …]
|
D | devlink.c | 453 static int devlink_nl_put_handle(struct sk_buff *msg, struct devlink *devlink) in devlink_nl_put_handle() 462 static int devlink_nl_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_fill() 487 struct sk_buff *msg; in devlink_notify() local 506 static int devlink_nl_port_attrs_put(struct sk_buff *msg, in devlink_nl_port_attrs_put() 549 static int devlink_nl_port_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_port_fill() 608 struct sk_buff *msg; in devlink_port_notify() local 633 struct sk_buff *msg; in devlink_nl_cmd_get_doit() local 650 static int devlink_nl_cmd_get_dumpit(struct sk_buff *msg, in devlink_nl_cmd_get_dumpit() 685 struct sk_buff *msg; in devlink_nl_cmd_port_get_doit() local 703 static int devlink_nl_cmd_port_get_dumpit(struct sk_buff *msg, in devlink_nl_cmd_port_get_dumpit() [all …]
|
/net/batman-adv/ |
D | netlink.c | 177 static int batadv_netlink_mesh_fill_ap_isolation(struct sk_buff *msg, in batadv_netlink_mesh_fill_ap_isolation() 227 static int batadv_netlink_mesh_fill(struct sk_buff *msg, in batadv_netlink_mesh_fill() 383 struct sk_buff *msg; in batadv_netlink_notify_mesh() local 414 struct sk_buff *msg; in batadv_netlink_get_mesh() local 630 batadv_netlink_tp_meter_put(struct sk_buff *msg, u32 cookie) in batadv_netlink_tp_meter_put() 653 struct sk_buff *msg; in batadv_netlink_tpmeter_notify() local 712 struct sk_buff *msg = NULL; in batadv_netlink_tp_meter_start() local 795 static int batadv_netlink_hardif_fill(struct sk_buff *msg, in batadv_netlink_hardif_fill() 857 struct sk_buff *msg; in batadv_netlink_notify_hardif() local 890 struct sk_buff *msg; in batadv_netlink_get_hardif() local [all …]
|
D | bat_v.c | 218 batadv_v_neigh_dump_neigh(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_neigh() 266 batadv_v_neigh_dump_hardif(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_hardif() 298 batadv_v_neigh_dump(struct sk_buff *msg, struct netlink_callback *cb, in batadv_v_neigh_dump() 423 batadv_v_orig_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_subentry() 490 batadv_v_orig_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_entry() 542 batadv_v_orig_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_bucket() 577 batadv_v_orig_dump(struct sk_buff *msg, struct netlink_callback *cb, in batadv_v_orig_dump() 914 static int batadv_v_gw_dump_entry(struct sk_buff *msg, u32 portid, in batadv_v_gw_dump_entry() 1007 static void batadv_v_gw_dump(struct sk_buff *msg, struct netlink_callback *cb, in batadv_v_gw_dump()
|
/net/ceph/ |
D | msgpool.c | 15 struct ceph_msg *msg; in msgpool_alloc() local 31 struct ceph_msg *msg = element; in msgpool_free() local 62 struct ceph_msg *msg; in ceph_msgpool_get() local 81 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()
|
D | messenger.c | 513 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg() local 534 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvpage() local 552 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg() local 627 static void ceph_msg_remove(struct ceph_msg *msg) in ceph_msg_remove() 636 struct ceph_msg *msg = list_first_entry(head, struct ceph_msg, in ceph_msg_remove_list() local 1123 static void ceph_msg_data_cursor_init(struct ceph_msg *msg, size_t length) in ceph_msg_data_cursor_init() 1227 static void prepare_message_data(struct ceph_msg *msg, u32 data_len) in prepare_message_data() 1561 struct ceph_msg *msg = con->out_msg; in write_partial_message_data() local 2321 struct ceph_msg *msg = con->in_msg; in read_partial_msg_data() local 2528 struct ceph_msg *msg = con->in_msg; in process_message() local [all …]
|
/net/nfc/ |
D | netlink.c | 57 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, in nfc_genl_send_target() 176 struct sk_buff *msg; in nfc_genl_targets_found() local 205 struct sk_buff *msg; in nfc_genl_target_lost() local 235 struct sk_buff *msg; in nfc_genl_tm_activated() local 266 struct sk_buff *msg; in nfc_genl_tm_deactivated() local 293 static int nfc_genl_setup_device_added(struct nfc_dev *dev, struct sk_buff *msg) in nfc_genl_setup_device_added() 306 struct sk_buff *msg; in nfc_genl_device_added() local 335 struct sk_buff *msg; in nfc_genl_device_removed() local 364 struct sk_buff *msg; in nfc_genl_llc_send_sdres() local 430 struct sk_buff *msg; in nfc_genl_se_added() local [all …]
|
/net/ieee802154/ |
D | netlink.c | 27 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_create() local 45 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group) in ieee802154_nl_mcast() 59 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_new_reply() local 74 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info) in ieee802154_nl_reply()
|
D | nl-phy.c | 28 static int ieee802154_nl_fill_phy(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_phy() 76 struct sk_buff *msg; in ieee802154_list_phy() local 163 struct sk_buff *msg; in ieee802154_add_iface() local 266 struct sk_buff *msg; in ieee802154_del_iface() local
|
/net/wimax/ |
D | op-msg.c | 107 const void *msg, size_t size, in wimax_msg_alloc() 169 const void *wimax_msg_data_len(struct sk_buff *msg, size_t *size) in wimax_msg_data_len() 191 const void *wimax_msg_data(struct sk_buff *msg) in wimax_msg_data() 212 ssize_t wimax_msg_len(struct sk_buff *msg) in wimax_msg_len() 261 void *msg = skb->data; in wimax_msg_send() local
|
/net/ipv4/ |
D | ip_sockglue.c | 56 static void ip_cmsg_recv_pktinfo(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_pktinfo() 65 static void ip_cmsg_recv_ttl(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_ttl() 71 static void ip_cmsg_recv_tos(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_tos() 76 static void ip_cmsg_recv_opts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_opts() 86 static void ip_cmsg_recv_retopts(struct net *net, struct msghdr *msg, in ip_cmsg_recv_retopts() 104 static void ip_cmsg_recv_fragsize(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_fragsize() 115 static void ip_cmsg_recv_checksum(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_checksum() 131 static void ip_cmsg_recv_security(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_security() 149 static void ip_cmsg_recv_dstaddr(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_dstaddr() 171 void ip_cmsg_recv_offset(struct msghdr *msg, struct sock *sk, in ip_cmsg_recv_offset() [all …]
|
D | tcp_bpf.c | 46 struct msghdr *msg, int len, int flags) in __tcp_bpf_recvmsg() 118 int tcp_bpf_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in tcp_bpf_recvmsg() 162 struct sk_msg *msg, u32 apply_bytes, int flags) in bpf_tcp_ingress() 215 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, in tcp_bpf_push() 272 static int tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, in tcp_bpf_push_locked() 283 int tcp_bpf_sendmsg_redir(struct sock *sk, struct sk_msg *msg, in tcp_bpf_sendmsg_redir() 302 struct sk_msg *msg, int *copied, int flags) in tcp_bpf_send_verdict() 395 static int tcp_bpf_sendmsg(struct sock *sk, struct msghdr *msg, size_t size) in tcp_bpf_sendmsg() 486 struct sk_msg tmp, *msg = NULL; in tcp_bpf_sendpage() local
|
/net/atm/ |
D | mpoa_caches.c | 136 struct k_message msg; in cache_hit() local 194 struct k_message msg; in in_cache_remove_entry() local 255 struct k_message msg; in check_resolving_entries() local 429 struct k_message msg; in eg_cache_remove_entry() local 456 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry() 504 struct k_message msg; in clear_expired() local
|
D | signaling.c | 37 static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg) in modify_qos() 66 struct atmsvc_msg *msg; in sigd_send() local 148 struct atmsvc_msg *msg; in sigd_enq2() local
|
/net/wireless/ |
D | nl80211.c | 860 static int nl80211_msg_put_wmm_rules(struct sk_buff *msg, in nl80211_msg_put_wmm_rules() 896 static int nl80211_msg_put_channel(struct sk_buff *msg, struct wiphy *wiphy, in nl80211_msg_put_channel() 988 static bool nl80211_put_txq_stats(struct sk_buff *msg, in nl80211_put_txq_stats() 1315 static int nl80211_put_iftypes(struct sk_buff *msg, u32 attr, u16 ifmodes) in nl80211_put_iftypes() 1339 struct sk_buff *msg, in nl80211_put_iface_combinations() 1413 struct sk_buff *msg) in nl80211_send_wowlan_tcp_caps() 1453 static int nl80211_send_wowlan(struct sk_buff *msg, in nl80211_send_wowlan() 1512 static int nl80211_send_coalesce(struct sk_buff *msg, in nl80211_send_coalesce() 1534 nl80211_send_iftype_data(struct sk_buff *msg, in nl80211_send_iftype_data() 1561 static int nl80211_send_band_rateinfo(struct sk_buff *msg, in nl80211_send_band_rateinfo() [all …]
|
/net/ncsi/ |
D | ncsi-netlink.c | 150 static int ncsi_pkg_info_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_pkg_info_nl() 271 static int ncsi_set_interface_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_set_interface_nl() 352 static int ncsi_clear_interface_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_clear_interface_nl() 391 static int ncsi_send_cmd_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_send_cmd_nl() 587 static int ncsi_set_package_mask_nl(struct sk_buff *msg, in ncsi_set_package_mask_nl() 637 static int ncsi_set_channel_mask_nl(struct sk_buff *msg, in ncsi_set_channel_mask_nl()
|
/net/rxrpc/ |
D | output.c | 134 struct msghdr msg; in rxrpc_send_ack_packet() local 259 struct msghdr msg; in rxrpc_send_abort_packet() local 329 struct msghdr msg; in rxrpc_send_data_packet() local 547 struct msghdr msg; in rxrpc_reject_packets() local 621 struct msghdr msg; in rxrpc_send_keepalive() local
|
D | sendmsg.c | 263 struct msghdr *msg, size_t len, in rxrpc_send_data() 460 static int rxrpc_sendmsg_cmsg(struct msghdr *msg, struct rxrpc_send_params *p) in rxrpc_sendmsg_cmsg() 566 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_new_client_call_for_sendmsg() 609 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_do_sendmsg() 765 struct msghdr *msg, size_t len, in rxrpc_kernel_send_data()
|