Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/dsa/qca/
Dqca8k-8xxx.c476 struct sk_buff *read_skb, u32 *val) in qca8k_phy_eth_busy_wait() argument
478 struct sk_buff *skb = skb_copy(read_skb, GFP_KERNEL); in qca8k_phy_eth_busy_wait()
511 struct sk_buff *write_skb, *clear_skb, *read_skb; in qca8k_phy_eth_command() local
547 read_skb = qca8k_alloc_mdio_header(MDIO_READ, QCA8K_MDIO_MASTER_CTRL, &clear_val, in qca8k_phy_eth_command()
549 if (!read_skb) { in qca8k_phy_eth_command()
570 read_skb->dev = mgmt_master; in qca8k_phy_eth_command()
590 kfree_skb(read_skb); in qca8k_phy_eth_command()
596 kfree_skb(read_skb); in qca8k_phy_eth_command()
603 mgmt_eth_data, read_skb, &val); in qca8k_phy_eth_command()
615 qca8k_mdio_header_fill_seq_num(read_skb, mgmt_eth_data->seq); in qca8k_phy_eth_command()
[all …]
/Linux-v6.1/include/linux/
Dnet.h221 int (*read_skb)(struct sock *sk, skb_read_actor_t recv_actor); member
/Linux-v6.1/net/ipv6/
Daf_inet6.c717 .read_skb = tcp_read_skb,
743 .read_skb = udp_read_skb,
/Linux-v6.1/net/core/
Dskmsg.c1210 if (unlikely(!sock || !sock->ops || !sock->ops->read_skb)) in sk_psock_verdict_data_ready()
1212 sock->ops->read_skb(sk, sk_psock_verdict_recv); in sk_psock_verdict_data_ready()
/Linux-v6.1/net/ipv4/
Daf_inet.c1054 .read_skb = tcp_read_skb,
1082 .read_skb = udp_read_skb,
/Linux-v6.1/net/unix/
Daf_unix.c852 .read_skb = unix_stream_read_skb,
877 .read_skb = unix_read_skb,