Home
last modified time | relevance | path

Searched refs:read_skb (Results 1 – 12 of 12) 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_loopback.c103 .read_skb = virtio_transport_read_skb,
H A Dvsock_bpf.c163 if (!vsk->transport->read_skb) in vsock_bpf_update_proto()
H A Daf_vsock.c1145 return vsk->transport->read_skb(vsk, read_actor); in vsock_read_skb()
1366 .read_skb = vsock_read_skb,
2358 .read_skb = vsock_read_skb,
2379 .read_skb = vsock_read_skb,
H A Dvirtio_transport.c589 .read_skb = virtio_transport_read_skb, in virtio_transport_rx_work()
/linux/include/net/
H A Daf_vsock.h182 int (*read_skb)(struct vsock_sock *, skb_read_actor_t); member
/linux/include/linux/
H A Dnet.h224 int (*read_skb)(struct sock *sk, skb_read_actor_t recv_actor); member
/linux/net/unix/
H A Daf_unix.c904 .read_skb = unix_stream_read_skb,
928 .read_skb = unix_read_skb,
2657 struct sk_buff *read_skb = NULL, *unread_skb = NULL; in manage_oob() local
2671 read_skb = skb; in manage_oob()
2673 __skb_unlink(read_skb, &sk->sk_receive_queue); in manage_oob()
2700 consume_skb(read_skb); in manage_oob()
/linux/net/ipv6/
H A Daf_inet6.c713 .read_skb = tcp_read_skb,
739 .read_skb = udp_read_skb,
/linux/net/core/
H A Dskmsg.c1222 if (!ops || !ops->read_skb) in sk_psock_verdict_data_ready()
1224 copied = ops->read_skb(sk, sk_psock_verdict_recv); in sk_psock_verdict_data_ready()
/linux/net/ipv4/
H A Daf_inet.c1079 .read_skb = tcp_read_skb,
1106 .read_skb = udp_read_skb,
/linux/drivers/vhost/
H A Dvsock.c456 .read_skb = virtio_transport_read_skb,