DCCP_ROLE_SERVER 563 include/linux/dccp.h case DCCP_ROLE_SERVER: return "server"; DCCP_ROLE_SERVER 120 net/dccp/minisocks.c newdp->dccps_role = DCCP_ROLE_SERVER; DCCP_ROLE_SERVER 596 net/dccp/output.c if (dp->dccps_role == DCCP_ROLE_SERVER && !dp->dccps_server_timewait) DCCP_ROLE_SERVER 545 net/dccp/proto.c if (dp->dccps_role != DCCP_ROLE_SERVER) DCCP_ROLE_SERVER 918 net/dccp/proto.c if (dccp_sk(sk)->dccps_role == DCCP_ROLE_SERVER &&