Home
last modified time | relevance | path

Searched refs:read_skb (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c588 struct sk_buff *read_skb, u32 *val) in qca8k_phy_eth_busy_wait() argument
590 struct sk_buff *skb = skb_copy(read_skb, GFP_KERNEL); in qca8k_phy_eth_busy_wait()
626 struct sk_buff *write_skb, *clear_skb, *read_skb; in qca8k_phy_eth_command() local
662 read_skb = qca8k_alloc_mdio_header(MDIO_READ, QCA8K_MDIO_MASTER_CTRL, &clear_val, in qca8k_phy_eth_command()
664 if (!read_skb) { in qca8k_phy_eth_command()
695 read_skb->dev = mgmt_conduit; in qca8k_phy_eth_command()
715 kfree_skb(read_skb); in qca8k_phy_eth_command()
721 kfree_skb(read_skb); in qca8k_phy_eth_command()
728 mgmt_eth_data, read_skb, &val); in qca8k_phy_eth_command()
740 qca8k_mdio_header_fill_seq_num(read_skb, mgmt_eth_data->seq); in qca8k_phy_eth_command()
[all …]
/linux/net/vmw_vsock/
H A Dvsock_bpf.c164 if (!vsk->transport->read_skb) in vsock_bpf_update_proto()
H A Daf_vsock.c1253 return vsk->transport->read_skb(vsk, read_actor); in vsock_read_skb()
1496 .read_skb = vsock_read_skb,
2523 .read_skb = vsock_read_skb,
2544 .read_skb = vsock_read_skb,
/linux/include/net/
H A Daf_vsock.h182 int (*read_skb)(struct vsock_sock *, skb_read_actor_t); member
/linux/net/unix/
H A Daf_unix.c985 .read_skb = unix_stream_read_skb,
1009 .read_skb = unix_read_skb,
2748 struct sk_buff *oob_skb, *read_skb = NULL; in unix_stream_recv_urg() local
2773 read_skb = oob_skb->prev; in unix_stream_recv_urg()
2774 __skb_unlink(read_skb, &sk->sk_receive_queue); in unix_stream_recv_urg()
2788 consume_skb(read_skb); in unix_stream_recv_urg()
2800 struct sk_buff *read_skb = NULL, *unread_skb = NULL; in manage_oob() local
2814 read_skb = skb; in manage_oob()
2816 __skb_unlink(read_skb, &sk->sk_receive_queue); in manage_oob()
2843 consume_skb(read_skb); in manage_oob()
/linux/drivers/vhost/
H A Dvsock.c460 .read_skb = virtio_transport_read_skb,