Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dcgroup_tcp_skb.h20 CLOSED, enumerator
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_tcp_skb.c274 ASSERT_EQ(skel->bss->g_sock_state, CLOSED, "g_sock_state"); in test_cgroup_tcp_skb()
312 ASSERT_EQ(skel->bss->g_sock_state, CLOSED, "g_sock_state"); in test_cgroup_tcp_skb()
/linux-6.15/drivers/misc/ocxl/
H A Dfile.c213 closed = (ctx->status == CLOSED); in afu_ioctl()
334 closed = (ctx->status == CLOSED); in afu_poll()
420 if (ctx->status == CLOSED) in afu_read()
H A Docxl_internal.h58 CLOSED, enumerator
H A Dcontext.c222 ctx->status = CLOSED; in ocxl_context_detach()
/linux-6.15/drivers/net/wan/
H A Dhdlc_ppp.c82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator
360 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event()
625 proto->state = CLOSED; in ppp_start()
/linux-6.15/net/atm/
H A Dmpoa_caches.h91 #define CLOSED 0 macro
H A Dmpoa_caches.c156 return CLOSED; in cache_hit()
177 return CLOSED; in cache_hit()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dcgroup_tcp_skb.c146 g_sock_state = CLOSED; in ingress_close_remote()
/linux-6.15/Documentation/userspace-api/media/rc/
H A Drc-tables.rst311 - CLOSED CAPTION/TELETEXT / DVD TEXT / TELETEXT / TTX
/linux-6.15/net/sctp/
H A Dsm_sideeffect.c880 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
907 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
H A Dsocket.c1514 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1760 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags()
1841 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc()
2114 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) { in sctp_recvmsg()
8616 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
8621 if (sctp_sstate(sk, CLOSED)) in sctp_inet_listen()
8693 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED)) in sctp_poll()
9669 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
/linux-6.15/drivers/md/dm-vdo/
H A Ddedupe.c170 static const char *CLOSED = "closed"; variable
2768 return zones->error_flag ? ERROR : CLOSED; in index_state_to_string()
/linux-6.15/net/netfilter/
H A Dnf_conntrack_standalone.c1005 XASSIGN(CLOSED, sn); in nf_conntrack_standalone_init_sctp_sysctl()
/linux-6.15/block/
H A Dblk-zoned.c30 ZONE_COND_NAME(CLOSED),
/linux-6.15/net/ceph/
H A Dmessenger.c1478 CASE(CLOSED); in con_sock_closed()
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-block490 any of the zone states: EXPLICIT OPEN, IMPLICIT OPEN or CLOSED,
/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc1691 * Removed unused #defines CLOSED, DEAD, OPENED, NORMAL_OPEN