Searched refs:msg (Results 1 - 25 of 161) sorted by relevance

1234567

/net/ceph/
H A Dmsgpool.c13 struct ceph_msg *msg; local
15 msg = ceph_msg_new(pool->type, pool->front_len, gfp_mask, true);
16 if (!msg) {
19 dout("msgpool_alloc %s %p\n", pool->name, msg);
20 msg->pool = pool;
22 return msg;
28 struct ceph_msg *msg = element; local
30 dout("msgpool_release %s %p\n", pool->name, msg);
31 msg->pool = NULL;
32 ceph_msg_put(msg);
57 struct ceph_msg *msg; local
73 ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) argument
[all...]
/net/ieee802154/
H A Dnetlink.c47 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); local
50 if (!msg)
54 hdr = genlmsg_put(msg, 0, ieee802154_seq_num++,
58 nlmsg_free(msg);
62 return msg;
65 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group) argument
67 struct nlmsghdr *nlh = nlmsg_hdr(msg);
70 if (genlmsg_end(msg, hdr) < 0)
73 return genlmsg_multicast(msg, 0, group, GFP_ATOMIC);
75 nlmsg_free(msg);
83 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); local
98 ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info) argument
[all...]
H A Dnl-mac.c53 struct sk_buff *msg; local
62 msg = ieee802154_nl_create(0, IEEE802154_ASSOCIATE_INDIC);
63 if (!msg)
66 if (nla_put_string(msg, IEEE802154_ATTR_DEV_NAME, dev->name) ||
67 nla_put_u32(msg, IEEE802154_ATTR_DEV_INDEX, dev->ifindex) ||
68 nla_put(msg, IEEE802154_ATTR_HW_ADDR, IEEE802154_ADDR_LEN,
70 nla_put(msg, IEEE802154_ATTR_SRC_HW_ADDR, IEEE802154_ADDR_LEN,
72 nla_put_u8(msg, IEEE802154_ATTR_CAPABILITY, cap))
75 return ieee802154_nl_mcast(msg, ieee802154_coord_mcgrp.id);
78 nlmsg_free(msg);
86 struct sk_buff *msg; local
112 struct sk_buff *msg; local
146 struct sk_buff *msg; local
171 struct sk_buff *msg; local
198 struct sk_buff *msg; local
227 struct sk_buff *msg; local
249 ieee802154_nl_fill_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, struct net_device *dev) argument
538 struct sk_buff *msg; local
[all...]
H A Dnl-phy.c38 static int ieee802154_nl_fill_phy(struct sk_buff *msg, u32 portid, argument
50 hdr = genlmsg_put(msg, 0, seq, &nl802154_family, flags,
56 if (nla_put_string(msg, IEEE802154_ATTR_PHY_NAME, wpan_phy_name(phy)) ||
57 nla_put_u8(msg, IEEE802154_ATTR_PAGE, phy->current_page) ||
58 nla_put_u8(msg, IEEE802154_ATTR_CHANNEL, phy->current_channel))
65 nla_put(msg, IEEE802154_ATTR_CHANNEL_PAGE_LIST,
70 return genlmsg_end(msg, hdr);
74 genlmsg_cancel(msg, hdr);
85 struct sk_buff *msg; local
104 msg
176 struct sk_buff *msg; local
279 struct sk_buff *msg; local
[all...]
H A Dieee802154.h44 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group);
47 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info);
/net/tipc/
H A Dnet.c115 struct tipc_msg *msg = buf_msg(buf); local
119 if (!msg_named(msg)) {
124 dnode = addr_domain(msg_lookup_scope(msg));
125 dport = tipc_nametbl_translate(msg_nametype(msg), msg_nameinst(msg), &dnode);
127 msg_set_destnode(msg, dnode);
128 msg_set_destport(msg, dport);
137 struct tipc_msg *msg; local
142 msg = buf_msg(buf);
145 dnode = msg_short(msg)
[all...]
H A Dport.c78 int tipc_port_peer_msg(struct tipc_port *p_ptr, struct tipc_msg *msg) argument
83 if (msg_origport(msg) != port_peerport(p_ptr))
86 orignode = msg_orignode(msg);
163 struct tipc_msg *msg; local
168 msg = buf_msg(buf);
172 tipc_nametbl_mc_translate(msg_nametype(msg),
173 msg_namelower(msg),
174 msg_nameupper(msg),
182 msg_set_destnode(msg, tipc_own_addr);
184 msg_set_destport(msg, d
219 struct tipc_msg *msg; local
357 struct tipc_msg *msg; local
373 struct tipc_msg *msg = buf_msg(buf); local
502 struct tipc_msg *msg = buf_msg(buf); local
513 struct tipc_msg *msg; local
535 struct tipc_msg *msg = buf_msg(buf); local
660 struct tipc_msg *msg; local
697 struct tipc_msg *msg = buf_msg(buf); local
1060 struct tipc_msg *msg; local
1150 struct tipc_msg *msg = buf_msg(buf); local
1239 struct tipc_msg *msg; local
1292 struct tipc_msg *msg; local
1333 struct tipc_msg *msg; local
[all...]
H A Dlink.c245 struct tipc_msg *msg = buf_msg(l_ptr->first_out); local
246 u32 length = msg_size(msg);
248 if ((msg_user(msg) == MSG_FRAGMENTER) &&
249 (msg_type(msg) == FIRST_FRAGMENT)) {
250 length = msg_size(msg_get_wrapped(msg));
300 struct tipc_msg *msg; local
341 msg = l_ptr->pmsg;
342 tipc_msg_init(msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, l_ptr->addr);
343 msg_set_size(msg, sizeof(l_ptr->proto_msg));
344 msg_set_session(msg, (tipc_rando
779 struct tipc_msg *msg = buf_msg(buf); local
803 link_add_to_outqueue(struct tipc_link *l_ptr, struct sk_buff *buf, struct tipc_msg *msg) argument
829 struct tipc_msg *msg; local
850 struct tipc_msg *msg = buf_msg(buf); local
959 struct tipc_msg *msg; local
982 struct tipc_msg *msg = buf_msg(buf); local
1041 struct tipc_msg *msg = buf_msg(buf); local
1386 struct tipc_msg *msg = buf_msg(buf); local
1451 struct tipc_msg *msg = buf_msg(buf); local
1493 struct tipc_msg *msg; local
1575 struct tipc_msg *msg; local
1621 struct tipc_msg *msg; local
1908 struct tipc_msg *msg = l_ptr->pmsg; local
2014 struct tipc_msg *msg = buf_msg(buf); local
2147 tipc_link_tunnel(struct tipc_link *l_ptr, struct tipc_msg *tunnel_hdr, struct tipc_msg *msg, u32 selector) argument
2218 struct tipc_msg *msg = buf_msg(crs); local
2252 struct tipc_msg *msg = buf_msg(iter); local
2286 struct tipc_msg *msg = (struct tipc_msg *)(skb->data + from_pos); local
2305 struct tipc_msg *msg; local
[all...]
H A Ddiscover.c78 struct tipc_msg *msg; local
81 msg = buf_msg(buf);
82 tipc_msg_init(msg, LINK_CONFIG, type, INT_H_SIZE, dest_domain);
83 msg_set_non_seq(msg, 1);
84 msg_set_node_sig(msg, tipc_random);
85 msg_set_dest_domain(msg, dest_domain);
86 msg_set_bc_netid(msg, tipc_net_id);
87 b_ptr->media->addr2msg(&b_ptr->addr, msg_media_addr(msg));
122 struct tipc_msg *msg = buf_msg(buf); local
123 u32 dest = msg_dest_domain(msg);
[all...]
H A Dbcast.c311 struct tipc_msg *msg = buf_msg(buf); local
313 tipc_msg_init(msg, BCAST_PROTOCOL, STATE_MSG,
315 msg_set_non_seq(msg, 1);
316 msg_set_mc_netid(msg, tipc_net_id);
317 msg_set_bcast_ack(msg, n_ptr->bclink.last_in);
318 msg_set_bcgap_after(msg, n_ptr->bclink.last_in);
319 msg_set_bcgap_to(msg, n_ptr->bclink.deferred_head
341 static void bclink_peek_nack(struct tipc_msg *msg) argument
343 struct tipc_node *n_ptr = tipc_node_find(msg_destnode(msg));
352 (n_ptr->bclink.last_in == msg_bcgap_after(msg)))
416 struct tipc_msg *msg = buf_msg(buf); local
593 struct tipc_msg *msg; local
[all...]
H A Dname_distr.c120 struct tipc_msg *msg; local
123 msg = buf_msg(buf);
124 tipc_msg_init(msg, NAME_DISTRIBUTOR, type, INT_H_SIZE, dest);
125 msg_set_size(msg, INT_H_SIZE + size);
301 struct tipc_msg *msg = buf_msg(buf); local
302 struct distr_item *item = (struct distr_item *)msg_data(msg);
303 u32 count = msg_data_sz(msg) / ITEM_SIZE;
307 if (msg_type(msg) == PUBLICATION) {
312 msg_orignode(msg),
317 msg_orignode(msg),
[all...]
H A Dsocket.c755 * @msg: peer's response message
759 static int auto_connect(struct socket *sock, struct tipc_msg *msg) argument
764 tsock->peer_name.ref = msg_origport(msg);
765 tsock->peer_name.node = msg_orignode(msg);
772 if (msg_importance(msg) > TIPC_CRITICAL_IMPORTANCE)
774 msg_set_importance(&p_ptr->phdr, (u32)msg_importance(msg));
782 * @msg: received message header
786 static void set_orig_addr(struct msghdr *m, struct tipc_msg *msg) argument
794 addr->addr.id.ref = msg_origport(msg);
795 addr->addr.id.node = msg_orignode(msg);
812 anc_data_recv(struct msghdr *m, struct tipc_msg *msg, struct tipc_port *tport) argument
891 struct tipc_msg *msg; local
1000 struct tipc_msg *msg; local
1159 struct tipc_msg *msg = buf_msg(*buf); local
1245 struct tipc_msg *msg = buf_msg(buf); local
1270 struct tipc_msg *msg = buf_msg(buf); local
1507 struct tipc_msg *msg; local
[all...]
/net/sctp/
H A Dchunk.c57 static void sctp_datamsg_init(struct sctp_datamsg *msg) argument
59 atomic_set(&msg->refcnt, 1);
60 msg->send_failed = 0;
61 msg->send_error = 0;
62 msg->can_abandon = 0;
63 msg->can_delay = 1;
64 msg->expires_at = 0;
65 INIT_LIST_HEAD(&msg->chunks);
71 struct sctp_datamsg *msg; local
72 msg
80 sctp_datamsg_free(struct sctp_datamsg *msg) argument
94 sctp_datamsg_destroy(struct sctp_datamsg *msg) argument
145 sctp_datamsg_hold(struct sctp_datamsg *msg) argument
151 sctp_datamsg_put(struct sctp_datamsg *msg) argument
158 sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) argument
180 struct sctp_datamsg *msg; local
356 struct sctp_datamsg *msg = chunk->msg; local
[all...]
/net/nfc/
H A Dnetlink.c66 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, argument
71 hdr = genlmsg_put(msg, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
78 if (nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target->idx) ||
79 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) ||
80 nla_put_u16(msg, NFC_ATTR_TARGET_SENS_RES, target->sens_res) ||
81 nla_put_u8(msg, NFC_ATTR_TARGET_SEL_RES, target->sel_res))
84 nla_put(msg, NFC_ATTR_TARGET_NFCID1, target->nfcid1_len,
88 nla_put(msg, NFC_ATTR_TARGET_SENSB_RES, target->sensb_res_len,
92 nla_put(msg, NFC_ATTR_TARGET_SENSF_RES, target->sensf_res_len,
96 return genlmsg_end(msg, hd
175 struct sk_buff *msg; local
205 struct sk_buff *msg; local
236 struct sk_buff *msg; local
268 struct sk_buff *msg; local
298 struct sk_buff *msg; local
331 struct sk_buff *msg; local
361 struct sk_buff *msg; local
427 nfc_genl_send_device(struct sk_buff *msg, struct nfc_dev *dev, u32 portid, u32 seq, struct netlink_callback *cb, int flags) argument
512 struct sk_buff *msg; local
551 struct sk_buff *msg; local
583 struct sk_buff *msg; local
798 nfc_genl_send_params(struct sk_buff *msg, struct nfc_llcp_local *local, u32 portid, u32 seq) argument
828 struct sk_buff *msg = NULL; local
[all...]
/net/atm/
H A Dsignaling.c57 static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg) argument
64 msg->type = as_error;
66 msg->reply = -EOPNOTSUPP;
69 msg->reply = vcc->dev->ops->change_qos(vcc, &msg->qos,
70 msg->reply);
71 if (!msg->reply)
72 msg->type = as_okay;
80 *(struct atmsvc_msg *)skb_put(skb, sizeof(struct atmsvc_msg)) = *msg;
86 struct atmsvc_msg *msg; local
168 struct atmsvc_msg *msg; local
[all...]
H A Dmpoa_caches.c135 struct k_message msg; local
143 msg.type = SND_MPOA_RES_RQST;
144 msg.content.in_info = entry->ctrl_info;
145 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN);
148 msg.qos = qos->qos;
149 msg_to_mpoad(&msg, mpc);
166 msg.type = SND_MPOA_RES_RQST;
167 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN);
168 msg.content.in_info = entry->ctrl_info;
171 msg
194 struct k_message msg; local
256 struct k_message msg; local
431 struct k_message msg; local
458 eg_cache_add_entry(struct k_message *msg, struct mpoa_client *client) argument
506 struct k_message msg; local
[all...]
/net/wireless/
H A Dnl80211.c564 static int nl80211_msg_put_channel(struct sk_buff *msg, argument
568 if (nla_put_u32(msg, NL80211_FREQUENCY_ATTR_FREQ,
573 nla_put_flag(msg, NL80211_FREQUENCY_ATTR_DISABLED))
576 nla_put_flag(msg, NL80211_FREQUENCY_ATTR_PASSIVE_SCAN))
579 nla_put_flag(msg, NL80211_FREQUENCY_ATTR_NO_IBSS))
582 if (nla_put_flag(msg, NL80211_FREQUENCY_ATTR_RADAR))
589 if (nla_put_u32(msg, NL80211_FREQUENCY_ATTR_DFS_STATE,
592 if (nla_put_u32(msg, NL80211_FREQUENCY_ATTR_DFS_TIME,
600 nla_put_flag(msg, NL80211_FREQUENCY_ATTR_NO_HT40_MINUS))
603 nla_put_flag(msg, NL80211_FREQUENCY_ATTR_NO_HT40_PLU
863 nl80211_put_iftypes(struct sk_buff *msg, u32 attr, u16 ifmodes) argument
886 nl80211_put_iface_combinations(struct wiphy *wiphy, struct sk_buff *msg, bool large) argument
953 nl80211_send_wowlan_tcp_caps(struct cfg80211_registered_device *rdev, struct sk_buff *msg) argument
993 nl80211_send_wowlan(struct sk_buff *msg, struct cfg80211_registered_device *dev, bool large) argument
1046 nl80211_send_band_rateinfo(struct sk_buff *msg, struct ieee80211_supported_band *sband) argument
1103 nl80211_send_mgmt_stypes(struct sk_buff *msg, const struct ieee80211_txrx_stypes *mgmt_stypes) argument
1162 nl80211_send_wiphy(struct cfg80211_registered_device *dev, struct sk_buff *msg, u32 portid, u32 seq, int flags, bool split, long *split_start, long *band_start, long *chan_start) argument
1697 struct sk_buff *msg; local
2182 nl80211_send_chandef(struct sk_buff *msg, struct cfg80211_chan_def *chandef) argument
2211 nl80211_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, struct cfg80211_registered_device *rdev, struct wireless_dev *wdev) argument
2307 struct sk_buff *msg; local
2457 struct sk_buff *msg; local
2588 struct sk_buff *msg; member in struct:get_key_cookie
2646 struct sk_buff *msg; local
3370 nl80211_put_sta_rate(struct sk_buff *msg, struct rate_info *info, int attr) argument
3427 nl80211_send_station(struct sk_buff *msg, u32 portid, u32 seq, int flags, struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *mac_addr, struct station_info *sinfo) argument
3640 struct sk_buff *msg; local
4176 nl80211_send_mpath(struct sk_buff *msg, u32 portid, u32 seq, int flags, struct net_device *dev, u8 *dst, u8 *next_hop, struct mpath_info *pinfo) argument
4286 struct sk_buff *msg; local
4552 struct sk_buff *msg; local
4908 struct sk_buff *msg; local
5665 nl80211_send_bss(struct sk_buff *msg, struct netlink_callback *cb, u32 seq, int flags, struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, struct cfg80211_internal_bss *intbss) argument
5810 nl80211_send_survey(struct sk_buff *msg, u32 portid, u32 seq, int flags, struct net_device *dev, struct survey_info *survey) argument
6996 struct sk_buff *msg; local
7259 struct sk_buff *msg = NULL; local
7417 struct sk_buff *msg; local
7625 nl80211_send_wowlan_patterns(struct sk_buff *msg, struct cfg80211_registered_device *rdev) argument
7658 nl80211_send_wowlan_tcp(struct sk_buff *msg, struct cfg80211_wowlan_tcp *tcp) argument
7704 struct sk_buff *msg; local
8158 struct sk_buff *msg; local
8296 struct sk_buff *msg; local
9234 struct sk_buff *msg; local
9250 nl80211_add_scan_req(struct sk_buff *msg, struct cfg80211_registered_device *rdev) argument
9292 nl80211_send_scan_msg(struct sk_buff *msg, struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, u32 portid, u32 seq, int flags, u32 cmd) argument
9321 nl80211_send_sched_scan_msg(struct sk_buff *msg, struct cfg80211_registered_device *rdev, struct net_device *netdev, u32 portid, u32 seq, int flags, u32 cmd) argument
9346 struct sk_buff *msg; local
9365 struct sk_buff *msg; local
9384 struct sk_buff *msg; local
9403 struct sk_buff *msg; local
9422 struct sk_buff *msg; local
9443 struct sk_buff *msg; local
9504 struct sk_buff *msg; local
9595 struct sk_buff *msg; local
9647 struct sk_buff *msg; local
9687 struct sk_buff *msg; local
9725 struct sk_buff *msg; local
9763 struct sk_buff *msg; local
9797 struct sk_buff *msg; local
9839 struct sk_buff *msg; local
9876 struct sk_buff *msg; local
9933 struct sk_buff *msg; local
10003 struct sk_buff *msg; local
10026 struct sk_buff *msg; local
10063 struct sk_buff *msg; local
10098 struct sk_buff *msg; local
10184 struct sk_buff *msg; local
10223 struct sk_buff *msg; local
10265 struct sk_buff *msg; local
10311 struct sk_buff *msg; local
10368 struct sk_buff *msg; local
10426 struct sk_buff *msg; local
10486 struct sk_buff *msg; local
10538 struct sk_buff *msg; local
10589 struct sk_buff *msg; local
10636 struct sk_buff *msg; local
10681 struct sk_buff *msg; local
10728 struct sk_buff *msg; local
10836 struct sk_buff *msg; local
10921 struct sk_buff *msg; local
10963 struct sk_buff *msg; local
[all...]
/net/core/
H A Dscm.c127 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) argument
132 for (cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg))
144 if (!CMSG_OK(msg, cmsg))
210 int put_cmsg(struct msghdr * msg, int level, int type, int len, void *data) argument
213 = (__force struct cmsghdr __user *)msg->msg_control;
218 if (MSG_CMSG_COMPAT & msg->msg_flags)
219 return put_cmsg_compat(msg, level, type, len, data);
221 if (cm==NULL || msg->msg_controllen < sizeof(*cm)) {
222 msg
249 scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) argument
[all...]
/net/irda/
H A Dirnetlink.c83 struct sk_buff *msg; local
91 msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_KERNEL);
92 if (!msg) {
103 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq,
110 if(nla_put_string(msg, IRDA_NL_ATTR_IFNAME,
114 if(nla_put_u32(msg, IRDA_NL_ATTR_MODE, irlap->mode))
117 genlmsg_end(msg, hdr);
119 return genlmsg_reply(msg, info);
122 nlmsg_free(msg);
/net/phonet/
H A Ddatagram.c87 struct msghdr *msg, size_t len)
93 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
97 if (msg->msg_name == NULL)
100 if (msg->msg_namelen < sizeof(struct sockaddr_pn))
103 target = (struct sockaddr_pn *)msg->msg_name;
108 msg->msg_flags & MSG_DONTWAIT, &err);
113 err = memcpy_fromiovec((void *)skb_put(skb, len), msg->msg_iov, len);
130 struct msghdr *msg, size_t len, int noblock,
153 msg->msg_flags |= MSG_TRUNC;
157 rval = skb_copy_datagram_iovec(skb, 0, msg
86 pn_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len) argument
129 pn_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len, int noblock, int flags, int *addr_len) argument
[all...]
/net/wimax/
H A DMakefile6 op-msg.o \
/net/rxrpc/
H A Dar-output.c26 struct msghdr *msg, size_t len);
31 static int rxrpc_sendmsg_cmsg(struct rxrpc_sock *rx, struct msghdr *msg, argument
42 if (msg->msg_controllen == 0)
45 for (cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) {
46 if (!CMSG_OK(msg, cmsg))
58 if (msg->msg_flags & MSG_CMSG_COMPAT) {
130 struct rxrpc_transport *trans, struct msghdr *msg,
146 ret = rxrpc_sendmsg_cmsg(rx, msg, &user_call_ID, &cmd, &abort_code,
154 if (msg
129 rxrpc_client_sendmsg(struct kiocb *iocb, struct rxrpc_sock *rx, struct rxrpc_transport *trans, struct msghdr *msg, size_t len) argument
210 rxrpc_kernel_send_data(struct rxrpc_call *call, struct msghdr *msg, size_t len) argument
274 rxrpc_server_sendmsg(struct kiocb *iocb, struct rxrpc_sock *rx, struct msghdr *msg, size_t len) argument
338 struct msghdr msg; local
523 rxrpc_send_data(struct kiocb *iocb, struct rxrpc_sock *rx, struct rxrpc_call *call, struct msghdr *msg, size_t len) argument
[all...]
H A Dar-recvmsg.c47 struct msghdr *msg, size_t len, int flags)
64 ullen = msg->msg_flags & MSG_CMSG_COMPAT ? 4 : sizeof(unsigned long);
67 msg->msg_flags |= MSG_MORE;
90 (msg->msg_flags & MSG_PEEK || timeo == 0))
146 if (msg->msg_name && msg->msg_namelen > 0)
147 memcpy(msg->msg_name,
150 sock_recv_ts_and_drops(msg, &rx->sk, skb);
162 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID,
182 msg
46 rxrpc_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t len, int flags) argument
[all...]
/net/decnet/
H A Ddn_nsp_out.c482 struct nsp_conn_ack_msg *msg; local
487 msg = (struct nsp_conn_ack_msg *)skb_put(skb, 3);
488 msg->msgflg = 0x24;
489 msg->dstaddr = scp->addrrem;
519 struct nsp_conn_init_msg *msg; local
525 msg = (struct nsp_conn_init_msg *)skb_put(skb, sizeof(*msg));
526 msg->msgflg = 0x28;
527 msg->dstaddr = scp->addrrem;
528 msg
553 unsigned char *msg; local
653 struct nsp_conn_init_msg *msg; local
[all...]
/net/sched/
H A Dsch_plug.c165 struct tc_plug_qopt *msg; local
170 msg = nla_data(opt);
171 if (nla_len(opt) < sizeof(*msg))
174 switch (msg->action) {
202 q->limit = msg->limit;

Completed in 291 milliseconds

1234567