Searched refs:child_ep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 2518 struct c4iw_ep *child_ep = NULL, *parent_ep; in pass_accept_req() local 2578 child_ep = alloc_ep(sizeof(*child_ep), GFP_KERNEL); in pass_accept_req() 2579 if (!child_ep) { in pass_accept_req() 2585 err = import_ep(child_ep, iptype, peer_ip, dst, dev, false, in pass_accept_req() 2590 kfree(child_ep); in pass_accept_req() 2597 if (peer_mss && child_ep->mtu > (peer_mss + hdrs)) in pass_accept_req() 2598 child_ep->mtu = peer_mss + hdrs; in pass_accept_req() 2600 skb_queue_head_init(&child_ep->com.ep_skb_list); in pass_accept_req() 2601 if (alloc_ep_skb_list(&child_ep in pass_accept_req() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 2512 struct c4iw_ep *child_ep = NULL, *parent_ep; in pass_accept_req() local 2572 child_ep = alloc_ep(sizeof(*child_ep), GFP_KERNEL); in pass_accept_req() 2573 if (!child_ep) { in pass_accept_req() 2579 err = import_ep(child_ep, iptype, peer_ip, dst, dev, false, in pass_accept_req() 2584 kfree(child_ep); in pass_accept_req() 2591 if (peer_mss && child_ep->mtu > (peer_mss + hdrs)) in pass_accept_req() 2592 child_ep->mtu = peer_mss + hdrs; in pass_accept_req() 2594 skb_queue_head_init(&child_ep->com.ep_skb_list); in pass_accept_req() 2595 if (alloc_ep_skb_list(&child_ep in pass_accept_req() [all...] |
Completed in 8 milliseconds