DCCP_ROLE_SERVER  318 include/linux/dccp.h 	case DCCP_ROLE_SERVER:	  return "server";
DCCP_ROLE_SERVER   94 net/dccp/minisocks.c 		newdp->dccps_role	    = DCCP_ROLE_SERVER;
DCCP_ROLE_SERVER  679 net/dccp/output.c 	if (dp->dccps_role == DCCP_ROLE_SERVER && !dp->dccps_server_timewait)
DCCP_ROLE_SERVER  532 net/dccp/proto.c 		if (dp->dccps_role != DCCP_ROLE_SERVER)
DCCP_ROLE_SERVER  985 net/dccp/proto.c 		if (dccp_sk(sk)->dccps_role == DCCP_ROLE_SERVER &&