Searched refs:rcv (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/include/net/
H A Dstp.h9 void (*rcv)(const struct stp_proto *, struct sk_buff *, member in struct:stp_proto
H A Dllc.h113 int (*rcv)(struct sk_buff *skb,
/linux-master/net/can/
H A Daf_can.c445 struct receiver *rcv; local
458 rcv = kmem_cache_alloc(rcv_cache, GFP_KERNEL);
459 if (!rcv)
467 rcv->can_id = can_id;
468 rcv->mask = mask;
469 rcv->matches = 0;
470 rcv->func = func;
471 rcv->data = data;
472 rcv->ident = ident;
473 rcv
490 struct receiver *rcv = container_of(rp, struct receiver, rcu); local
514 struct receiver *rcv = NULL; local
570 deliver(struct sk_buff *skb, struct receiver *rcv) argument
578 struct receiver *rcv; local
[all...]
/linux-master/drivers/net/plip/
H A Dplip.c344 struct plip_local *rcv,
353 struct plip_local *snd, struct plip_local *rcv);
370 struct plip_local *rcv = &nl->rcv_data; local
376 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK &&
377 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) {
401 struct plip_local *snd, struct plip_local *rcv,
434 if (rcv->state == PLIP_PK_TRIGGER) {
447 dev->name, rcv->state, c0);
451 rcv->state = PLIP_PK_DONE;
452 if (rcv
400 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv, int error) argument
475 plip_none(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
588 plip_receive_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
756 plip_send_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
876 plip_connection_close(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
894 plip_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
923 struct plip_local *rcv; local
1131 struct plip_local *rcv = &nl->rcv_data; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Drxtimestamp.c175 bool do_recv(int rcv, int read_size, struct tstamps expected) argument
198 r = recvmsg(rcv, &hdr, flags);
254 void config_so_flags(int rcv, struct options o) argument
258 if (setsockopt(rcv, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0)
262 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP,
267 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS,
272 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING,
286 int src, dst, rcv, port; local
326 rcv = accept(dst, NULL, NULL);
327 if (rcv <
[all...]
/linux-master/net/llc/
H A Dllc_input.c167 int (*rcv)(struct sk_buff *, struct net_device *,
198 rcv = rcu_dereference(sap->rcv_func);
202 if (rcv)
203 rcv(skb, dev, pt, orig_dev);
207 if (rcv) {
210 rcv(cskb, dev, pt, orig_dev);
/linux-master/net/dsa/
H A Dtag_mtk.c101 .rcv = mtk_tag_rcv,
H A Dtag_hellcreek.c66 .rcv = hellcreek_rcv,
H A Dtag_trailer.c58 .rcv = trailer_rcv,
H A Dtag_xrs700x.c59 .rcv = xrs700x_rcv,
H A Dtag_rtl8_4.c234 .rcv = rtl8_4_tag_rcv,
247 .rcv = rtl8_4t_tag_rcv,
H A Dtag_lan9303.c118 .rcv = lan9303_rcv,
H A Dtag_gswip.c106 .rcv = gswip_tag_rcv,
H A Dtag_ar9331.c88 .rcv = ar9331_tag_rcv,
H A Dtag_rtl4_a.c119 .rcv = rtl4a_tag_rcv,
H A Dtag_rzn1_a5psw.c30 /* This is both used for xmit tag and rcv tagging */
109 .rcv = a5psw_tag_rcv,
H A Dtag_brcm.c207 .rcv = brcm_tag_rcv,
289 .rcv = brcm_leg_tag_rcv,
316 .rcv = brcm_tag_rcv_prepend,
H A Dtag_ksz.c151 .rcv = ksz8795_rcv,
329 .rcv = ksz9477_rcv,
374 .rcv = ksz9477_rcv,
392 * For rcv, 1/5 bytes is added before FCS.
444 .rcv = ksz9477_rcv,
H A Dtag_ocelot_8021q.c129 .rcv = ocelot_rcv,
H A Dtag_qca.c117 .rcv = qca_tag_rcv,
H A Dtag_dsa.c348 .rcv = dsa_rcv,
390 .rcv = edsa_rcv,
/linux-master/drivers/net/
H A Dveth.c336 const struct net_device *rcv,
341 rcv->features & (NETIF_F_GRO_FRAGLIST | NETIF_F_GRO_UDP_FWD));
349 struct net_device *rcv; local
355 rcv = rcu_dereference(priv->peer);
356 if (unlikely(!rcv) || !pskb_may_pull(skb, ETH_HLEN)) {
361 rcv_priv = netdev_priv(rcv);
363 if (rxq < rcv->real_num_rx_queues) {
371 veth_skb_is_eligible_for_gro(dev, rcv, skb);
375 if (likely(veth_forward_skb(rcv, skb, rq, use_napi) == NET_RX_SUCCESS)) {
480 struct net_device *rcv; local
335 veth_skb_is_eligible_for_gro(const struct net_device *dev, const struct net_device *rcv, const struct sk_buff *skb) argument
573 struct net_device *rcv; local
[all...]
/linux-master/drivers/tty/serial/
H A Dicom.c93 u32 RcvStatusAddr; /* 1B0-1B3 Status Address for Next rcv */
244 } rcv[NUM_RBUFFS]; member in struct:statusArea
508 stgAddr = stgAddr + sizeof(icom_port->statStg->rcv[0]);
509 icom_port->statStg->rcv[index].leLength = 0;
510 icom_port->statStg->rcv[index].WorkingLength =
514 icom_port->statStg->rcv[index].leNext =
518 icom_port->statStg->rcv[index].leBuffer =
522 icom_port->statStg->rcv[index].leNext =
526 icom_port->statStg->rcv[index].leBuffer =
529 icom_port->statStg->rcv[inde
[all...]
/linux-master/net/802/
H A Dstp.c54 proto->rcv(proto, skb, dev);
/linux-master/drivers/edac/
H A Di7core_edac.c1585 u32 rcv[3][2]; local
1590 &rcv[0][0]);
1592 &rcv[0][1]);
1594 &rcv[1][0]);
1596 &rcv[1][1]);
1598 &rcv[2][0]);
1600 &rcv[2][1]);
1603 (i * 2), rcv[i][0], (i * 2) + 1, rcv[i][1]);
1606 new0 = DIMM_BOT_COR_ERR(rcv[
[all...]

Completed in 379 milliseconds

12