Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 157) sorted by relevance

1234567

/net/sctp/
Dchunk.c50 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
64 struct sctp_datamsg *msg; in sctp_datamsg_new() local
73 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
87 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
138 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
144 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
151 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
173 struct sctp_datamsg *msg; in sctp_datamsg_from_user() local
349 struct sctp_datamsg *msg = chunk->msg; in sctp_chunk_abandoned() local
/net/tipc/
Dnetlink_compat.c181 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
251 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
304 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
356 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
376 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
391 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
434 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
467 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
506 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
627 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
[all …]
Dib_media.c58 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()
Deth_media.c52 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()
Dmsg.c93 struct tipc_msg *msg; in tipc_msg_create() local
125 struct tipc_msg *msg; in tipc_buf_append() local
200 struct tipc_msg *msg; in tipc_msg_validate() local
341 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle()
390 struct tipc_msg *msg; in tipc_msg_extract() local
428 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle()
530 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest() local
Dnet.c149 static int __tipc_nl_add_net(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_add_net()
185 struct tipc_nl_msg msg; in tipc_nl_net_dump() local
/net/ceph/
Dmsgpool.c13 struct ceph_msg *msg; in msgpool_alloc() local
28 struct ceph_msg *msg = element; in msgpool_free() local
57 struct ceph_msg *msg; in ceph_msgpool_get() local
73 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()
Dmessenger.c535 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg() local
567 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg() local
643 static void ceph_msg_remove(struct ceph_msg *msg) in ceph_msg_remove()
652 struct ceph_msg *msg = list_first_entry(head, struct ceph_msg, in ceph_msg_remove_list() local
1114 static void ceph_msg_data_cursor_init(struct ceph_msg *msg, size_t length) in ceph_msg_data_cursor_init()
1216 static void prepare_message_data(struct ceph_msg *msg, u32 data_len) in prepare_message_data()
1562 struct ceph_msg *msg = con->out_msg; in write_partial_message_data() local
2285 struct ceph_msg *msg = con->in_msg; in read_partial_msg_data() local
2492 struct ceph_msg *msg = con->in_msg; in process_message() local
3038 static void msg_con_set(struct ceph_msg *msg, struct ceph_connection *con) in msg_con_set()
[all …]
Dmon_client.c202 struct ceph_msg *msg = monc->m_subscribe; in __send_subscribe() local
248 struct ceph_msg *msg) in handle_subscribe_ack()
372 struct ceph_msg *msg) in ceph_monc_handle_map()
563 struct ceph_msg *msg) in handle_statfs_reply()
635 struct ceph_msg *msg) in handle_get_version_reply()
918 struct ceph_msg *msg) in handle_auth_reply()
994 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
/net/ieee802154/
Dnetlink.c43 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_create() local
61 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group) in ieee802154_nl_mcast()
75 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_new_reply() local
90 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info) in ieee802154_nl_reply()
Dnl-phy.c36 static int ieee802154_nl_fill_phy(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_phy()
84 struct sk_buff *msg; in ieee802154_list_phy() local
171 struct sk_buff *msg; in ieee802154_add_iface() local
276 struct sk_buff *msg; in ieee802154_del_iface() local
Dnl-mac.c37 static int nla_put_hwaddr(struct sk_buff *msg, int type, __le64 hwaddr) in nla_put_hwaddr()
47 static int nla_put_shortaddr(struct sk_buff *msg, int type, __le16 addr) in nla_put_shortaddr()
59 struct sk_buff *msg; in ieee802154_nl_start_confirm() local
80 static int ieee802154_nl_fill_iface(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_iface()
415 struct sk_buff *msg; in ieee802154_list_iface() local
609 ieee802154_llsec_fill_key_id(struct sk_buff *msg, in ieee802154_llsec_fill_key_id()
650 struct sk_buff *msg; in ieee802154_llsec_getparams() local
916 ieee802154_nl_fill_key(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_key()
1053 ieee802154_nl_fill_dev(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_dev()
1159 ieee802154_nl_fill_devkey(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_devkey()
[all …]
Dnl802154.c324 nl802154_put_flags(struct sk_buff *msg, int attr, u32 mask) in nl802154_put_flags()
347 struct sk_buff *msg) in nl802154_send_wpan_phy_channels()
367 nl802154_put_capabilities(struct sk_buff *msg, in nl802154_put_capabilities()
454 struct sk_buff *msg, u32 portid, u32 seq, in nl802154_send_wpan_phy()
671 struct sk_buff *msg; in nl802154_get_wpan_phy() local
697 ieee802154_llsec_send_key_id(struct sk_buff *msg, in ieee802154_llsec_send_key_id()
762 static int nl802154_get_llsec_params(struct sk_buff *msg, in nl802154_get_llsec_params()
795 nl802154_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, in nl802154_send_iface()
908 struct sk_buff *msg; in nl802154_get_interface() local
1414 static int nl802154_send_key(struct sk_buff *msg, u32 cmd, u32 portid, in nl802154_send_key()
[all …]
/net/wimax/
Dop-msg.c122 const void *msg, size_t size, in wimax_msg_alloc()
184 const void *wimax_msg_data_len(struct sk_buff *msg, size_t *size) in wimax_msg_data_len()
206 const void *wimax_msg_data(struct sk_buff *msg) in wimax_msg_data()
227 ssize_t wimax_msg_len(struct sk_buff *msg) in wimax_msg_len()
276 void *msg = skb->data; in wimax_msg_send() local
/net/nfc/
Dnetlink.c79 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, in nfc_genl_send_target()
197 struct sk_buff *msg; in nfc_genl_targets_found() local
227 struct sk_buff *msg; in nfc_genl_target_lost() local
258 struct sk_buff *msg; in nfc_genl_tm_activated() local
290 struct sk_buff *msg; in nfc_genl_tm_deactivated() local
320 struct sk_buff *msg; in nfc_genl_device_added() local
353 struct sk_buff *msg; in nfc_genl_device_removed() local
383 struct sk_buff *msg; in nfc_genl_llc_send_sdres() local
451 struct sk_buff *msg; in nfc_genl_se_added() local
483 struct sk_buff *msg; in nfc_genl_se_removed() local
[all …]
/net/rxrpc/
Dar-output.c33 static int rxrpc_sendmsg_cmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_sendmsg_cmsg()
132 struct msghdr *msg, size_t len) in rxrpc_client_sendmsg()
211 int rxrpc_kernel_send_data(struct rxrpc_call *call, struct msghdr *msg, in rxrpc_kernel_send_data()
272 int rxrpc_server_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_server_sendmsg()
335 struct msghdr msg; in rxrpc_send_packet() local
522 struct msghdr *msg, size_t len) in rxrpc_send_data()
/net/ipv4/
Dip_sockglue.c53 static void ip_cmsg_recv_pktinfo(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_pktinfo()
62 static void ip_cmsg_recv_ttl(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_ttl()
68 static void ip_cmsg_recv_tos(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_tos()
73 static void ip_cmsg_recv_opts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_opts()
83 static void ip_cmsg_recv_retopts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_retopts()
100 static void ip_cmsg_recv_checksum(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_checksum()
116 static void ip_cmsg_recv_security(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_security()
134 static void ip_cmsg_recv_dstaddr(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_dstaddr()
156 void ip_cmsg_recv_offset(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_offset()
224 int ip_cmsg_send(struct net *net, struct msghdr *msg, struct ipcm_cookie *ipc, in ip_cmsg_send()
[all …]
/net/atm/
Dmpoa_caches.c135 struct k_message msg; in cache_hit() local
194 struct k_message msg; in in_cache_remove_entry() local
256 struct k_message msg; in check_resolving_entries() local
431 struct k_message msg; in eg_cache_remove_entry() local
458 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry()
506 struct k_message msg; in clear_expired() local
Dsignaling.c36 static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg) in modify_qos()
65 struct atmsvc_msg *msg; in sigd_send() local
147 struct atmsvc_msg *msg; in sigd_enq2() local
Dmpc.c1081 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc) in MPOA_trigger_rcvd()
1117 static void check_qos_and_open_shortcut(struct k_message *msg, in check_qos_and_open_shortcut()
1156 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc) in MPOA_res_reply_rcvd()
1206 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) in ingress_purge_rcvd()
1229 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) in egress_purge_rcvd()
1284 static void mps_death(struct k_message *msg, struct mpoa_client *mpc) in mps_death()
1308 static void MPOA_cache_impos_rcvd(struct k_message *msg, in MPOA_cache_impos_rcvd()
1371 static void set_mps_mac_addr_rcvd(struct k_message *msg, in set_mps_mac_addr_rcvd()
1389 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action) in clean_up()
/net/wireless/
Dnl80211.c616 static int nl80211_msg_put_channel(struct sk_buff *msg, in nl80211_msg_put_channel()
953 static int nl80211_put_iftypes(struct sk_buff *msg, u32 attr, u16 ifmodes) in nl80211_put_iftypes()
977 struct sk_buff *msg, in nl80211_put_iface_combinations()
1046 struct sk_buff *msg) in nl80211_send_wowlan_tcp_caps()
1085 static int nl80211_send_wowlan(struct sk_buff *msg, in nl80211_send_wowlan()
1143 static int nl80211_send_coalesce(struct sk_buff *msg, in nl80211_send_coalesce()
1164 static int nl80211_send_band_rateinfo(struct sk_buff *msg, in nl80211_send_band_rateinfo()
1221 nl80211_send_mgmt_stypes(struct sk_buff *msg, in nl80211_send_mgmt_stypes()
1289 struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_wiphy()
1892 struct sk_buff *msg; in nl80211_get_wiphy() local
[all …]
/net/core/
Dscm.c133 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send()
215 int put_cmsg(struct msghdr * msg, int level, int type, int len, void *data) in put_cmsg()
254 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds()
/net/ipv6/
Ddatagram.c394 int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len, int *addr_len) in ipv6_recv_error()
487 int ipv6_recv_rxpmtu(struct sock *sk, struct msghdr *msg, int len, in ipv6_recv_rxpmtu()
535 void ip6_datagram_recv_common_ctl(struct sock *sk, struct msghdr *msg, in ip6_datagram_recv_common_ctl()
560 void ip6_datagram_recv_specific_ctl(struct sock *sk, struct msghdr *msg, in ip6_datagram_recv_specific_ctl()
686 void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, in ip6_datagram_recv_ctl()
695 struct msghdr *msg, struct flowi6 *fl6, in ip6_datagram_send_ctl()
Dping.c59 static int dummy_ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len, in dummy_ipv6_recv_error()
64 static void dummy_ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, in dummy_ip6_datagram_recv_ctl()
80 int ping_v6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in ping_v6_sendmsg()
/net/netfilter/
Dnf_conntrack_pptp.c93 const char *pptp_msg_name(u_int16_t msg) in pptp_msg_name()
284 u_int16_t msg; in pptp_inbound_pkt() local
412 u_int16_t msg; in pptp_outbound_pkt() local
533 u_int16_t msg; in conntrack_pptp_help() local

1234567