Searched refs:read_skb (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/dsa/qca/ |
A D | qca8k-8xxx.c | 584 struct sk_buff *read_skb, u32 *val) in qca8k_phy_eth_busy_wait() argument 586 struct sk_buff *skb = skb_copy(read_skb, GFP_KERNEL); in qca8k_phy_eth_busy_wait() 619 struct sk_buff *write_skb, *clear_skb, *read_skb; in qca8k_phy_eth_command() local 657 if (!read_skb) { in qca8k_phy_eth_command() 678 read_skb->dev = mgmt_master; in qca8k_phy_eth_command() 698 kfree_skb(read_skb); in qca8k_phy_eth_command() 704 kfree_skb(read_skb); in qca8k_phy_eth_command() 711 mgmt_eth_data, read_skb, &val); in qca8k_phy_eth_command() 726 dev_queue_xmit(read_skb); in qca8k_phy_eth_command() 745 kfree_skb(read_skb); in qca8k_phy_eth_command() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | net.h | 222 int (*read_skb)(struct sock *sk, skb_read_actor_t recv_actor); member
|
/linux-6.3-rc2/net/ipv6/ |
A D | af_inet6.c | 703 .read_skb = tcp_read_skb, 729 .read_skb = udp_read_skb,
|
/linux-6.3-rc2/net/core/ |
A D | skmsg.c | 1218 if (unlikely(!sock || !sock->ops || !sock->ops->read_skb)) in sk_psock_verdict_data_ready() 1220 sock->ops->read_skb(sk, sk_psock_verdict_recv); in sk_psock_verdict_data_ready()
|
/linux-6.3-rc2/net/ipv4/ |
A D | af_inet.c | 1052 .read_skb = tcp_read_skb, 1080 .read_skb = udp_read_skb,
|
/linux-6.3-rc2/net/unix/ |
A D | af_unix.c | 853 .read_skb = unix_stream_read_skb, 878 .read_skb = unix_read_skb,
|
Completed in 20 milliseconds