Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_minisocks.c449 static void smc_check_reset_syn_req(struct tcp_sock *oldtp, in smc_check_reset_syn_req() argument
458 if (oldtp->syn_smc && !ireq->smc_ok) in smc_check_reset_syn_req()
478 struct tcp_sock *oldtp, *newtp; in tcp_create_openreq_child() local
486 oldtp = tcp_sk(sk); in tcp_create_openreq_child()
488 smc_check_reset_syn_req(oldtp, req, newtp); in tcp_create_openreq_child()